search for: __flockfilelist

Displaying 1 result from an estimated 1 matches for "__flockfilelist".

2006 Nov 03
0
-all-static problems when linking apps which require -lpthread and -lc
...nly 2>/dev/null | grep flockfile flockfile.o: 00000000 W flockfile 00000000 T __flockfile 00000000 T _IO_flockfile [root at cappa SPECS]# nm /usr/lib/libpthread.a --defined-only 2>/dev/null | grep flockfile 00000000 W flockfile 00000000 T __flockfile 0000003c T __flockfilelist 00000000 T _IO_flockfile So, the question is: what the hell?! Are there any ways to successfully compile PHP statically on CentOS4.3 box? And why the hell are this functions defined in both libc and libpthread, making impossible to link any programme statically when using both glibc and nptl?...