Hi
I have a problem with ld (QNX RTP, gcc)
There is a simle program main.cpp
#include <assert.h>
#include <string.h>
… some code
gcc -c … works fine but
ld sad
undefined symbol __assert
undefined symbol __memset
…
etc.
Wher is the C Standard Library?
Please, help
Dmitri