[Bf-committers] tests of branch NDOF

Chris Want cwant at ualberta.ca
Fri Mar 14 22:13:05 CET 2008


Nathan Letwory wrote:
> On Fri, Mar 14, 2008 at 10:11 PM, jonathan ferguson <jdpf at edumetrics.org> wrote:
>>  On Mar 14, 2008, at 1:33 PM, Arne Schmitz wrote:
>>
>>  >> Would it be possible to link the gettext stuff statically?
>>  >
>>  > Sure, if someone can tell me how to do that with scons! :)
>>  If anyone else knows how to specify a set of libraries as static, vs,
>>  dynamically linked through scons configuration, please let the list
>>  know. I get the impression that it is so obvious as to not deserve
>>  documentation, but when I asked on #blendercoders nobody seemed to
>>  know. My googles and searches through the scons documentation also
>>  left me empty-handed.
> 
> Without further testing, I'd use the absolute path+libname also in the
> BF_SOMENAME_LIB = '/my/absolute/path/to/somename.a' part

Actually, what I find works is commenting out the BF_GETTEXT_LIBPATH
and BF_GETTEXT_LIB altogether in config/linux2-config.py -- I think
the gettext stuff is included in most fairly recent versions of
glibc and doesn't need an external library.

Chris



More information about the Bf-committers mailing list