Fink's FAQ page suggested I make the "make" file a symlink of gnumake. I did so using the "ln" command. When I tried to install dlcompat I got this error. I am not having much luck at this.
rm -rf dlcompat-20020413-1 mkdir -p /sw/src/dlcompat-20020413-1 tar -xzf /sw/src/dlcompat-20020413.tar.gz make prefix=/sw cc -Wall -O2 -Wstrict-prototypes -Wmissing-prototypes -DDEBUG=0 -o dlfcn.o -c dlfcn.c ar cru libdl.a dlfcn.o ranlib libdl.a cc -dynamiclib -o libdl.0.dylib -install_name /sw/lib/libdl.0.dylib cc: No input files *** Error code 1 Stop in /sw/src/dlcompat-20020413-1/dlcompat-20020413. ### make failed, exit code 1 Failed: compiling dlcompat-20020413-1 failed What am I doing wrong? I did go into the dlcompat directory and did a gnumake, which seemed to work, but when I using fink again to finish the installing it errored on dlcompat. _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
