[Bf-committers] Re: Scons linking errors & C++?

Kester Maddock bf-committers@blender.org
Mon, 8 Mar 2004 21:40:30 +1300


Scons quotes it - you have to use Split().  I added=20
platform_linkflags +=3D Split(sysconfig.get_config_var('LINKFORSHARED'))
to Scons for Linux in Tuhopuu.

Kester

On Monday 08 March 2004 16:33, Alfredo de Greef wrote:
> Late reply, but thanks for the explanation Chris!
>
> To Michel and everyone working on scons, I see that
> stdc++ is now added, but another thing I forgot to
> mention, a problem already noted by Todd as well, is
> that '-Wl,-export-dynamic' needs to be added to
> platform_linkflags. Without it python in Blender
> doesn't work properly. I also tried the suggestion
> mentioned by Kester Maddock, using python (sysconfig)
> itself to set the correct flag, but gcc protests with
> an 'unrecognized option' error or something like that.
> Anyway, just as a reminder...
>
> Alfredo
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Search - Find what you=92re looking for faster
> http://search.yahoo.com
> _______________________________________________
> Bf-committers mailing list
> Bf-committers@blender.org
> http://www.blender.org/mailman/listinfo/bf-committers
>
>
>