I'm also seeing static linking issues on mipsel using uclibc-ng 1.0.20. A "hello world" c++ application will compile, but gives segmentation fault. Compiling with the following produces a working binary.

(mipsel-linux-)g++ -static hello.c++ -o hello -lc -lgcc -lc

thanks,
Lance
_______________________________________________
devel mailing list
[email protected]
http://mailman.uclibc-ng.org/cgi-bin/mailman/listinfo/devel

Reply via email to