Hi Citizens:
I am having troubles with a package I maintain, called eden. Previously it worked fine. But now when I compile I get the following error:
ld: warning prebinding disabled because dependent library: /sw/src/root-fftw-2.1.5-6/sw/lib/libdfftw.2.dylib is not prebound
more importantly, it won't run:
zsh-% eden
dyld: eden can't open library: /sw/src/root-fftw-2.1.5-6/sw/lib/libdfftw.2.dylib (No such file or directory, errno = 2)zsh: 8529 trace trap eden
Just to be sure, I checked and this is not in the wrong place: zsh-% ls /sw/src/root-fftw-2.1.5-6 ls: /sw/src/root-fftw-2.1.5-6: No such file or directory
I tried putting in
NoSetLDFLAGS: true
but that didn't change anything.
How is it getting the bad load path and how can I point it toward /sw/lib/libdfftw.2.dylib ?
The same happens with the mpi version.
Many thanks in advance.
Bill Scott
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
