Jonathan Levi MD wrote:
[]
AWK= sh ./MKkey_defs.sh ./Caps >>curses.h

Didn't you get my answer when you asked this last time, two days ago? The configure script is not finding an "awk" executable. Or maybe it is finding it, but not using it. That line should read

AWK=awk sh ./MKkey_defs.sh ./Caps >>curses.h

or "AWK=gawk" etc.

Please show the lines where configure tries to determine what version of awk you have on your system.

What does "which awk" and "which gawk" give?

--
Martin


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to