Celia Chen wrote: > Anne, > > It is compiling after I went into each Makefile and changed > > CC = c89 > > to > > CC = gcc > > Celia > > > > Hmmm., this still looks like a compiler problem to me. May I log in and > > take a look? > > > > Anne > > > > > > -- > Celia Chen > RAP/NCAR > > "Nothing is as strong as gentleness or as gentle as strength." > - Dove Milk Promises Great! I guess the configuration hardcoded the /usr/bin/cc (the link to /etc/alternatives/cc) into the Makefile. Thanks for letting me know. Anne