I tried what you suggested Gordon but it didn't solve the problem. What is strange is that when I redirect the output of update_prebinding to a file I have reference to /sw in the file. Namely,
update_prebinding: redo_prebinding on /sw/lib/libaudiofile-0.2.0.dylib:can't open file: /sw/lib/libaudiofile-0.2.0.dylib (No such file or directory). update_prebinding: redo_prebinding on /sw/lib/libesd.0.dylib:can't open file: /sw/lib/libesd.0.dylib (No such file or directory). update_prebinding: redo_prebinding on /sw/lib/libgdbm.2.dylib:can't open file: /sw/lib/libgdbm.2.dylib (No such file or directory). update_prebinding: redo_prebinding on /sw/lib/libdl.dylib:can't open file: /sw/lib/libdl.dylib (No such file or directory). So my system still remerbers somehow that I had fink installed. The missing library for xemacs is nevertheless found later on by update_prebinding: update_prebinding: redo_prebinding on /usr/local/lib/libdl.dylib:file is not prebound: /usr/local/lib/libdl.dylib. but the configure script does not want to use it. It still tries the library in /sw that does not exist... Is there a configuration file somewhere that I need to delete or recreate? >On Sat, 2002-01-19 at 12:50, Bernard Knaepen wrote: > >> I decided to clean my drive and removed the fink installation >> (removed the /sw directory). I now want to install xemacs 21.5.4 >> (current beta version at xemacs.org). >... >> The problem seems to have something to do with fink: in the >> config.log file the compiler looks for libraries in /sw and does not >> find them. > >I don't think that your compiler is trying to link against something in >/sw. I think that, instead, your prebindings were updated at some >point, and some of your programs are linked against libraries that no >longer exist. You can probably fix this by doing: > >sudo update_prebinding -root / -force > >If this fixes your problem, please report success. This would be a >solid indication that removing Fink from your system should always >involve updating prebindings to avoid problems, and that step should be >added to any relevant documentation. > >-MSG > > >Content-Type: application/pgp-signature; name="signature.asc" >Content-Transfer-Encoding: 7bit >Content-Description: This is a digitally signed message part > >Attachment converted: Mac OS X:signature.asc 1 (????/----) (000DFD3A) _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
