Hello Simon,
Simon Haegler wrote:
> i'm trying to build opensg 2.x to test the collada importer and have some
> issues...
[SNIP]
> (1) at some point scons wants to link with -lboost_filesystem-auto-mt, my
> boost
the auto part is a leftover from scons, if everthing works correctly
this is replaced with some other text. Please try calling
scons BoostBaseDir=/usr BoostIncludeDir=/usr/include
Also, it is likely interested in the dynamic libs (.so) files not the
static one .a
On my Debian system the libs are called:
/usr/lib/libboost_filesystem-gcc-1_33_1.so ->
libboost_filesystem-gcc-1_33_1.so.1.33.1
/usr/lib/libboost_filesystem-gcc-1_33_1.so.1.33.1
and the mt versions:
/usr/lib/libboost_filesystem-gcc-mt-1_33_1.so ->
libboost_filesystem-gcc-mt-1_33_1.so.1.33.1
/usr/lib/libboost_filesystem-gcc-mt-1_33_1.so.1.33.1
> installation (1.33.1) only contains /usr/lib/libboost_filesystem-mt.a, i
> created
> a symlink, but with a bad feeling ;)
>
> (2) scons does not set the --rpath linker flags: none of the
> tools/testprograms
> find the runtime shared libraries...
I believe this is on purpose. Set your LD_LIBRARY_PATH to something like
(you'll probably have to adapt the build.linux part of the path):
export LD_LIBRARY_PATH=~/src/opensg-2.x-svn/build.linux/instlinks/lib/opt
Hope it helps,
Carsten
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users