public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* operator should be followed by a macro argument name
@ 2005-08-03  7:09 John Ling
  2005-08-03 17:27 ` Ian Lance Taylor
  0 siblings, 1 reply; 4+ messages in thread
From: John Ling @ 2005-08-03  7:09 UTC (permalink / raw)
  To: gcc-help

I have the following setup:

$ uname -a
AIX server1 2 5 000B079F4C00
$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/specs
gcc version 2.95.3 20010315 (release)

I am trying to build GCC version 3.4.4 using the following configuration:

./configure
make

and I get the following errors.  I appreciate any suggestions anyone might
have.

make[1]: Entering directory
`/flash/local/software/gcc/downloads/gcc-3.4.4/libiberty'
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional
-pedantic  floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional
-pedantic floatformat.c -o floatformat.o
In file included from floatformat.c:27:
/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:1070:
`#' operator should be followed by a macro argument name
/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:1062:
unterminated `#if' conditional
make[1]: *** [floatformat.o] Error 1
make[1]: Leaving directory
`/flash/local/software/gcc/downloads/gcc-3.4.4/libiberty'
make: *** [all-libiberty] Error 2

Thanks,
John Ling

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-04 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-03  7:09 operator should be followed by a macro argument name John Ling
2005-08-03 17:27 ` Ian Lance Taylor
2005-08-03 18:12   ` John Ling
2005-08-04 17:28     ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).