libGLEW.so should *not* be in /usr/bin! i dont know how you have managed that but it and nearly all libs need to be in /usr/lib or /usr/local/lib
put the file(s) there and run ldconfig as root On Sunday 15 January 2006 18:36, Joey Marshall wrote: > no, I have it right in /usr/bin/ > > It's wierd though, I didn't have trouble with glew when trying to > install 10.1 :/ > > Or are there any 3d engines out there that are as good as soya that are > easier to install (I wish soya had an .egg)? Excluding panda... that's > too big for my liking. > > The main resion I'm wanting to use soya is because of it's > documentation... but I don't know if I'll ever get it working :( > > On Sun, 15 Jan 2006 16:56:44 +0000, "Dunk Fordyce" > > <[EMAIL PROTECTED]> said: > > where is your glew installed? /usr/local/lib/libGLEW.so ? or is it > > in /usr/local? > > if its the first you might need to add /usr/local/lib to /etc/ld.so.conf > > and > > run ldconfig > > > > On Sunday 15 January 2006 16:35, Joey wrote: > > > well, tried installing the cvs version... but: > > > > > > > > > ODE and OPCODE have already been compiled; if you want to recompile > > > them do: cd ode-0.5 ; make clean > > > running build > > > running build_py > > > running build_ext > > > building 'soya._soya' extension > > > gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -march=i586 -mtune=i686 > > > -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fPIC -Iode-0.5/include > > > -I/usr/include -I/usr/local/include -I/usr/X11R6/include > > > -I/usr/include/freetype2 -I/usr/local/include/freetype2 > > > -I/usr/include/cal3d -I/usr/local/include/cal3d -I/sw/include > > > -I/usr/include/python2.4 -c _soya.c -o > > > build/temp.linux-i686-2.4/_soya.o -w gcc -pthread -fno-strict-aliasing > > > -DNDEBUG -O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall > > > -D_FORTIFY_SOURCE=2 -g -fPIC -Iode-0.5/include -I/usr/include > > > -I/usr/local/include -I/usr/X11R6/include > > > -I/usr/include/freetype2 -I/usr/local/include/freetype2 > > > -I/usr/include/cal3d -I/usr/local/include/cal3d -I/sw/include > > > -I/usr/include/python2.4 -c matrix.c -o > > > build/temp.linux-i686-2.4/matrix.o -w > > > gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -march=i586 -mtune=i686 > > > -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fPIC -Iode-0.5/include > > > -I/usr/include -I/usr/local/include -I/usr/X11R6/include > > > -I/usr/include/freetype2 -I/usr/local/include/freetype2 > > > -I/usr/include/cal3d -I/usr/local/include/cal3d -I/sw/include > > > -I/usr/include/python2.4 -c chunk.c -o > > > build/temp.linux-i686-2.4/chunk.o -w gcc -pthread -shared > > > build/temp.linux-i686-2.4/_soya.o > > > build/temp.linux-i686-2.4/matrix.o build/temp.linux-i686-2.4/chunk.o > > > -Lode-0.5/lib -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -L/sw/lib/ > > > -lm -lGLEW -lSDL -lfreetype -lcal3d -lstdc++ -o > > > build/lib.linux-i686-2.4/soya/_soya.so > > > /usr/bin/ld: cannot find -lGLEW > > > collect2: ld returned 1 exit status > > > error: command 'gcc' failed with exit status 1 > > > > > > > > > > > > I have GLEW installed (got it when trying to install soya 10.1)... but > > > then, I'm not sure what the problem here is :P > > > > > > On Sunday 15 January 2006 12:27 pm, Dunk Fordyce wrote: > > > > just to note it must be pyrex 0.9.3.1 - the .1 is important as thats > > > > when the gcc4 patches got applied > > > > > > > > On Sunday 15 January 2006 15:12, Rory Yorke wrote: > > > > > Dunk Fordyce <[EMAIL PROTECTED]> writes: > > > > > >> How would I get gcc 3.4? I don't have it in my SuSE > > > > > >> repositories. You think that would really make a difference > > > > > >> having an older version of it? > > > > > > > > > > Does SuSE use gcc 4.0 for its kernel? > > > > > > > > > > I'd recommend using Soya from CVS -- I have managed to compile that > > > > > on Ubuntu 5.10, using gcc 4.0.2 and Pyrex 0.9.3. > > > > > > > > > > I did fail to compile Soya 0.10.1, with similar errors to Joey's, > > > > > though in _ode.c, not _soya.c. Oddly enough, Ubuntu provide Soya > > > > > 0.10.1 as a .deb, so they must have build rules which work. > > > > > > > > > > Hope this helps, > > > > > > > > > > Rory > > > > > > > > > > _______________________________________________ > > > > > Soya-user mailing list > > > > > [email protected] > > > > > https://mail.gna.org/listinfo/soya-user > > > > > > > > _______________________________________________ > > > > Soya-user mailing list > > > > [email protected] > > > > https://mail.gna.org/listinfo/soya-user > > > > > > _______________________________________________ > > > Soya-user mailing list > > > [email protected] > > > https://mail.gna.org/listinfo/soya-user > > > > _______________________________________________ > > Soya-user mailing list > > [email protected] > > https://mail.gna.org/listinfo/soya-user
