>> pgcc -c -Dflex -O2 -DBINTRAJ -o nmode.o nmode.c
>> PGC-S-0040-Illegal use of symbol, _Complex
>
> Does it help to include -DUSE_AMBER_C9XCOMPLEX in your OCFLAGS variable?
> If so, we could add that to the configure script.
not really:
pgcc -c -Dflex -O2 -DBINTRAJ -DUSE_AMBER_C9XCOMPLEX -o nmode.o nmode.c
PGC-S-0029-Syntax error: Recovery attempted by deleting from identifier z
on line 45 to just before ')' on line 45 (./complex.h: 45)
PGC-S-0040-Illegal use of symbol, __complex__ (./complex.h: 50)
PGC-W-0114-More than one type specified (./complex.h: 50)
PGC-S-0029-Syntax error: Recovery attempted by deleting from identifier z
on line 50 to just before ')' on line 50 (./complex.h: 50)
PGC-S-0040-Illegal use of symbol, __complex__ (./complex.h: 51)
PGC-W-0114-More than one type specified (./complex.h: 51)
PGC-S-0029-Syntax error: Recovery attempted by deleting from identifier z
on line 51 to just before ')' on line 51 (./complex.h: 51)
(and so on). This looks like a compiler problem to me.
I could not find anything helpful regarding the iargc+pgi issue.
Best,
Volodymyr
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Fri Sep 25 2009 - 10:00:02 PDT