ld64: ERROR 33: Unresolved text symbol "_FWF" -- 1st referenced by grid.o.
-qarch=pwr2For the time being, execute
setenv FFLAGS "-qarch=pwr2"before configuring on these machines. Otherwise, the Fortran flags will include
-qextnamewhose use is currently incompatible with the Tutorial examples.
ftp.cs.utexas.edu distribution.
C-167 CC: ERROR File = tportseq.C, Line = 39
Argument of type "DOUBLE *" is incompatible with parameter of type
"const double *".
SetBaseGrid (GH,bb,shape);
^
CC-350 CC: ERROR File = tportseq.C, Line = 71
More than one operator "<<" matches the specified operands.
Function symbol function "ostream::operator<<(signed char)" is
ambiguous by inheritance.
.
.
.
CC-350 CC: ERROR File = tportseq.C, Line = 113
More than one operator "<<" matches the specified operands.
Function symbol function "ostream::operator<<(signed char)" is
ambiguous by inheritance.
.
.
.
during compile phase of tportseq.C, for example. Sources for Tutorial examples may
need modification.
CC-4 CC: ERROR File = /archive/utexas/ph/phaz337/autoconf/bbh_dagh/examples/../include/GridFunctionBndry2.h, Line = 518
ERROR: Not enough memory is available.
BOUNDING_BOX(gdb_pl.bndrybox(2*b,ident,DAGHNull)),
^
1 catastrophic error detected in the compilation of "wave.C"
Get similar results (i.e. "Not enough memory is available.") compiling Tutorial examples. May be able
to fix via compiler flag.
SUGGESTIONS?