public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "John Ling" <jling@bioinformatics.ubc.ca>
To: gcc-help@gcc.gnu.org
Subject: operator should be followed by a macro argument name
Date: Wed, 03 Aug 2005 07:09:00 -0000	[thread overview]
Message-ID: <1318.24.82.69.188.1123052930.squirrel@24.82.69.188> (raw)

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

             reply	other threads:[~2005-08-03  7:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-03  7:09 John Ling [this message]
2005-08-03 17:27 ` Ian Lance Taylor
2005-08-03 18:12   ` John Ling
2005-08-04 17:28     ` Ian Lance Taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1318.24.82.69.188.1123052930.squirrel@24.82.69.188 \
    --to=jling@bioinformatics.ubc.ca \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).