Hi -
Try removing the offending "-s" flag from the compile line in ./configure so the line now reads:
cc -Wall installer.c -lncurser -o installer
Admittedly I compiled this successfully without the change above on both 10.3.9 and 10.4.5 with no problems (a few warnings on the latter, but otherwise ok), but this might get you started. |