On Tuesday, July 2, 2002, at 09:07 PM, Will Jenkins wrote:
> No matter what version of dlcompat (stable or otherwise) I use > I cannot get > it to install. I consistently get the following error: > > > cc -dynamiclib -o libdl.0.dylib -install_name /sw/lib/libdl.0.dylib > cc: No input files > *** Error code 1 > > What should I do? > Your make is not gnumake... I guess you have a /usr/local/bin/make there somewhere which is actually bsdmake, or else you have /usr/bin/make linked to bsdmake, it is usually linked to gnumake. You will need to make sure that the first make in you PATH is gnumake, and all will work well :-) Peter ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
