On 17-11-04 12:14, Riccardo G Corsi wrote:
Hello, building serf (to build an svn client), I had problems in compilation:

...
gcc -o auth/auth_spnego_sspi.os -c -std=c89 -Wdeclaration-after-statement -Wmissing-prototypes -Wall -g -O2 -pthread -fPIC -DNDEBUG -DLINUX -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/include/apr-1 -I/usr/include -I/usr/include auth/auth_spnego_sspi.c scons: *** [libserf-1.so.1.3.0] Implicit dependency `/usr/lib/libuuid.a' not found, needed by target `libserf-1.so.1.3.0'.
scons: building terminated because of errors.
scons: Reading SConscript files ...
Checking for GNU-compatible C compiler...(cached) yes
scons: done reading SConscript files.
scons: Building targets ...
scons: *** [libserf-1.so.1.3.0] Implicit dependency `/usr/lib/libuuid.a' not found, needed by target `libserf-1.so.1.3.0'.
scons: building terminated because of errors.

It seems dependent on libuuid (not found in blfs )

Some suggestions? I found sources on sourceforge but I am not sure if really needed or other problems in my configuration. I have BLFS 8.1.

Thanks

Riccardo

Hi !

Have a look to /usr/lib/libuuid.a; if this is a dangling symlink pointing to /tools/lib/libuuid.a, just delete it and then Serf may build fine (at least has worked for me).

HTH / Bye
--
NicP
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to