This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Building CVS under HP-UX 11.00
- To: gcc at gcc dot gnu dot org
- Subject: Building CVS under HP-UX 11.00
- From: Albert Chin-A-Young <china at thewrittenword dot com>
- Date: Thu, 9 Nov 2000 11:43:01 -0600
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)