On Tue, Jun 15, 2010, M. L. Dodson wrote:
> nab -c -O3 driver.nab -o driver.o && /bin/rm -f driver.c
> nab: only 1 of -c or -o can be used
It looks to me like you should be able to just comment out lines 100-104
in nab.c (which produce the error message above). This assumes that your
C compiler accepts both -c and -o; some (old??) compilers did not. But
basically it looks like this limitation serves no real purpose.
...thanks for your comments...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Jun 16 2010 - 10:00:03 PDT