When changing compilers and options, it's best to do a 'make clean'
before trying a new compile.
> And i found there is suggestion of
> append -lSystemStubs to LIBS line, but there is no LIBS line in the Makefile.
> Any suggestions for this problem? Thanks in advance.
>
> carnal: $(OBJ)
> ../Compile LOADCC -o carnal $(OBJ) -lm
>
Add any other -l args after -lm
Bill
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Oct 22 2006 - 06:07:28 PDT