From: Christopher W. <cr...@ms...> - 2004-07-29 21:10:08
|
add your chromium lib path to the environment variable "DYLD_FALLBACK_LIBRARY_PATH" that should remedy it :) -Chris On Jul 29, 2004, at 4:01 PM, David Jones wrote: > 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 >> >> > |