View Single Post
  #5  
Old March 5th, 2006, 09:59 PM
macbri's Avatar
macbri macbri is offline
Mac (r)evolution
 
Join Date: Jun 2005
Location: Ireland
Posts: 255
Thanks: 1
Thanked 0 Times in 0 Posts
macbri is on a distinguished road
Lightbulb

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.
Reply With Quote