Having just one problem. Seems to be LibGL but I have checked it has been installed. I have all the dependencies installed listed on page 1 here but this is what I get with "./configure --disable-ss-rsxs --disable-boxee-hal"
Code:
configure: Ensuring config.guess and config.sub exist and is executable
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ccache... none
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gawk... gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking for main in -lGL... no
configure: error: Could not find a required library. Please see the README for your platform.
I'm running Ubuntu 10.10 64bit
EDIT:
Got past all of the dependencies. I needed to relink /usr/lib/libGL.so to the one provided by the nvidia drivers to fix the problem above. I also needed libcurl4-openssl-dev and libmms-dev... however now I'm stuck at
Code:
/usr/bin/ld: jpeg-turbo/.libs/libturbojpeg.a(jccoefct.o): relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
jpeg-turbo/.libs/libturbojpeg.a(jccoefct.o): could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [../../../system/ImageLib-x86_64-linux.so] Error 1
I tried recompiling with CXXFLAGS=-fPIC CFLAGS=-fPIC CPPFLAGS=-fPIC
but still no luck
Bookmarks