From: David J. <jo...@mc...> - 2004-07-29 21:01:40
|
I'm having the same linking problem as before with the darwin builds. Running crserver gives me: vibrio% crserver dyld: crserver can't open library: ..//built/spuload/Darwin/libspuload.dylib (No such file or directory, errno = 2) zsh: trace trap crserver And doing an 'otool -L' on crserver gives me: crserver: ..//built/spuload/Darwin/libspuload.dylib (compatibility version 0.0.0, current version 0.0.0) ../../built/crmothership/Darwin/libcrmothership.dylib (compatibility version 0.0.0, current version 0.0.0) ../built/crpacker/Darwin/libcrpacker.dylib (compatibility version 0.0.0, current version 0.0.0) ../built/crutil/Darwin/libcrutil.dylib (compatibility version 0.0.0, current version 0.0.0) ../built/crunpacker/Darwin/libcrserver_crunpacker_copy.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.1) Again, the cr binaries are not using absolute paths during linking which is giving me errors. -Dave On Thu, 29 Jul 2004, Christopher Waters wrote: > and here is said patch, along with renderspu_agl.c :) > > -Chris > > |