This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Building CVS under HP-UX 11.00


Using the latest CVS and building on HP-UX 11.00 using the HP C
compiler. I looked at gcc/gcc.c and the variable 'j' is not defined.

cc  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc
-I../../gcc/. -I../../gcc/config -I../../gcc/../include \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\"
-DSTANDARD_EXEC_PREFIX=\"/opt/TWWfsw/gcc297/lib/gcc-lib/\"
-DDEFAULT_TARGET_VERSION=\"2.97\"
-DDEFAULT_TARGET_MACHINE=\"hppa1.1-hp-hpux11.00\"
-DSTANDARD_BINDIR_PREFIX=\"/opt/TWWfsw/gcc297/bin/\"
-DTOOLDIR_BASE_PREFIX=\"../../../../\" \
  -c `echo ../../gcc/gcc.c | sed 's,^\./,,'`
cc: "../../gcc/gcc.c", line 3366: error 1588: "j" undefined.
cc: "../../gcc/gcc.c", line 3366: error 1566: Test expression in for
must be scalar.

-- 
albert chin (china@thewrittenword.com)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]