[Bf-committers] Start and compile time errors

Ken Hughes khughes at pacific.edu
Tue Apr 1 01:17:28 CEST 2008


Roger wrote:
> scons WITH_BF_OPENAL=0 WITHBF_INTERNATIONAL=0
>   ends with
> Linking program ==> 'blender'
> /usr/bin/ld: cannot find -lgettextlib
> collect2: ld returned 1 exit status
> scons: *** [/home/roger250/blendersvn/build/linux2/bin/blender] Error 1
> scons: building terminated because of error
-lgettextlib means the linker was told to find a library named 
"libgettextlib.so" or "libgettextlib.a" but cannot find it.  If you're 
building for the first time you're probably going to get a lot of 
these.  Like Daniel said, time to fire up your package manager and start 
installing the libs as it complains.

Ken



More information about the Bf-committers mailing list