Posted By:
Christopher_Koenigsberg
Posted On:
Thursday, January 30, 2003 06:50 AM
...cc: command not found make[3]:
Linux systems generally provide "gcc" instead of "cc". Most installers nowadays (e.g. some "config" script which will build the Makefile) are smart enough to figure this out, for the system they are running on, but maybe the WU IMAPD one is old (haven't looked at it in many years).
Look through the documentation and the install/configure/makefile scripts, to see how (e.g. do you need to edit a file, or just pass in a command line arg) to get it to use "gcc" instead of "cc".