Re: Unable to fink selfupdate?



Evan Platt wrote:
OS/X 10.4... Unable to fink selfupdate. Below are the last few lines
from the running of fink selfupdate...

cc1plus: warning: command line option "-Wmissing-prototypes" is valid
for C/ObjC but not for C++
cc1plus: warning: command line option "-Wmissing-declarations" is
valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wbad-function-cast" is valid
for C/ObjC but not for C++
cursesfile=`echo '#include <curses.h>' | \
gcc -E - | grep 'curses.h' | head -n 1 | \
sed -e 's/^[^"]*"//; s/".*$//'`; \
if [ "$cursesfile" = "" ]; then echo "can't find curses file"; exit 1;
fi; \
perl
/sw/src/fink.build/dpkg-1.10.21-1221/dpkg-1.10.21/dselect/mkcurkeys.pl
keyoverride $cursesfile > curkeys.h
Unknown option: n
Looks like you have a pathing problem, at the very least. It is trying to run some head util that is not the standard POSIX head command.

This looks like some util for making HTTP HEAD requests.
.