[uClibc]Kudzu: unresolved symbol __fxstat

Mark Wormgoor mark at wormgoor.com
Thu Jan 16 21:34:22 UTC 2003


Hi,

> The only way for the symbol "__fxstat" to be used is if
> someone has included glibc's sys/stat.h header files, or
> if someone has directly used __fxstat (which is a glibc
> internal function) within your code.  
> 
> First, grep the code in quesion for any reference to 
> __fxstat.  Assuming you do not find anything, it suggests
> someone may be doing something silly like adding in a
> -I/usr/include in their Makefile, causing glibc header
> files to be used.

Well, I finally managed to solve this one ;-)
I used -L../pciutils-2.1.11 when I should have used
-L../pciutils-2.1.11/lib.  It was now linking in /usr/lib/libpci.a from
my regular system, which I really didn't want.

Thanks for the help.

Mark Wormgoor





More information about the uClibc mailing list