|
From: Sean P. <sea...@ya...> - 2008-02-26 22:20:14
|
Hello -
I've compiled my C library and C++ library and
STATIC-linked application (Linux FC 4, Gcc 4.1.1,
valgrind 3.2.1) and then I get lots of "Conditional
jump or... unitialized value" errors from inside free
and malloc calls. It's OK when it's not statically
linked.
Does this sound familiar to anyone?
My link command line is:
"g++ -o <app> <app.o> <my C++ lib>.a
--fatal-warnings -L<my C lib loc> -l<my C lib> -static
-lstdc++ -lc"
Thanks
Sean
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
|