the issue wasnt platform type. the issue was i tar'ed up the dir, formatted, installed new OS, and untar'ed the directory.
basically, the .depend files had stale references and there was no way from the top level to say "make depend". instead, i had to cd into the individual dir's and do make depend separately. then the dependencies were fixed and it compiled well (except for the warnings).
basically it would be good if the top Makefile had a "depend" target to do that.
== sfisque
|