Hi,
I am still having problems building openVRML from source. When I rum
'make' things go well for a while, until it gets to one command where
the compilation hangs for literally hours, after which the compiler
returns an error saying that it cannot find -lboost_thread (see below).
In trying to fix this problem I have re-installed the boost libraries,
but this seemed to make no difference. Do you have any ideas as to what
the problem might be?
Thanks.
g++ -shared -nostdlib
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../lib64/
crti.o /usr/lib64/gcc/x86_64-suse-linux/4.0.2/crtbeginS.o
openvrml/.libs/baset
ypes.o openvrml/.libs/field_value.o openvrml/.libs/event.o
openvrml/.libs/expos
edfield.o openvrml/.libs/scope.o openvrml/.libs/node.o
openvrml/.libs/bounding_
volume.o openvrml/.libs/script.o openvrml/.libs/ScriptJDK.o
openvrml/.libs/brow
ser.o openvrml/.libs/viewer.o openvrml/.libs/rendering_context.o
openvrml/ /frustum.o openvrml/.libs/vrml97node.o
openvrml/.libs/node_impl_util.o -Wl ole-archive
../../lib/antlr/.libs/libantlr.a -Wl,--no-whole-archive
/usr/ /libjpeg.so -lpng /usr/lib64/libfontconfig.so
-L/usr/lib64 /usr/lib64/libf pe.so -lz -lboost_thread
-L/usr/lib64/gcc/x86_64-suse-linux/4.0.2 -L/usr/l
gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/lib
-L/usr/lib64 x86_64-suse-linux/4.0.2/../../../../lib64
-L/usr/lib64/gcc/x86_64-suse-lin 0.2/../../..
-L/lib/../lib64 -L/usr/lib/../lib64 /usr/lib64/libstdc++.so
- c -lgcc_s
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/crtendS.o
/usr/lib64/gcc/
4-suse-linux/4.0.2/../../../../lib64/crtn.o -pthread -Wl,-soname
-Wl,libo ml.so.5 -o .libs/libopenvrml.so.5.0.3
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/l
nnot find -lboost_thread
collect2: ld returned 1 exit status
make[4]: *** [libopenvrml.la] Error 1
make[4]: Leaving directory `/home/bhammett/openvrml/BUILD/src/libopenvrml'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/bhammett/openvrml/BUILD/src/libopenvrml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bhammett/openvrml/BUILD/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bhammett/openvrml/BUILD'
make: *** [all] Error 2
|