From: Fabio G. <fg...@ti...> - 2002-05-03 16:34:21
|
Hi everybody, when I try to compile my testcpp application statically I obtain the following. Does anyone know why? Could it be because I compiled glibc for target without --enable-static-nss option? Thanks sh3-linux-g++ -static test.cpp -o testcpp /usr/local/cross-sh3/lib/gcc-lib/sh3-linux/2.97/../../../../sh3-linux/bin/ld: cannot find -lnss_files collect2: ld returned 1 exit status make: *** [all] Error 1 |