On Sat, 4 Nov 2017 12:14:06 +0100 Riccardo G Corsi <[email protected]> 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 Libuuid comes with util-linux. You should have it in /lib. -- -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
