On Wed, Jul 14, 2010, Giorgos Lamprinidis wrote:
>
> I am trying to compile AmberTools 1.2 to a new Linux machine having 64bit
> Intel Core2 vPro proc.
> 1) I patch the source code.
> 2) I run the configuration script using -gcc compiler.
>
> When i search the na_anal.c file i see at line 2417 the following:
> 2416 else{
> 2417 printf( "\"%s" is not a valid answer.\n", ParallelAnswer );
> 2418 NotValidAnswer = 1;
> 2419 }
I don't see this: my equivalent line is
printf( "\"%s\" is not a valid answer.\n", ParallelAnswer );
Please report the results of typing "gcc --version" and "uname -a". Also
check that na_anal.nab has the following line (line 2188):
printf( "\"%s\" is not a valid answer.\n", ParallelAnswer );
The nab2c program is just passing this line straight through to the C
compiler (or should be).
[I vaguely, vaguely remember something like this popping up before, but
don't see anything in the archives about it...maybe someone else has a better
memory....]
....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Jul 14 2010 - 13:30:05 PDT