public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Problem building gcc 3.2 on powerpc-ibm-aix5.1.0.0
@ 2003-01-24 20:22 Brendan_E_Martin
  0 siblings, 0 replies; 3+ messages in thread
From: Brendan_E_Martin @ 2003-01-24 20:22 UTC (permalink / raw)
  To: gcc-help

I have installed gcc 2.95 from an installp image and am now attempting to
upgrade the compiler to the latest level.

Getting the following output at the end of build attempts:

Bootstrapping the compiler
make[1]: Entering directory `/usr/local/build/gcc'
/usr/local/bin/make CC="gcc" libdir=/usr/local/lib LANGUAGES="c " \
        CFLAGS="-g " MAKEINFO="/usr/local/src/gcc-3.2/missing makeinfo " \
        MAKEINFOFLAGS=""
make[2]: Entering directory `/usr/local/build/gcc'
(cd intl && /usr/local/bin/make all)
make[3]: Entering directory `/usr/local/build/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/build/gcc/intl'
gcc -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H  -o Tcollect2 \
        collect2.o tlink.o hash.o intl.o underscore.o version.o
../libiberty/libiberty.a
ld: 0711-317 ERROR: Undefined symbol: .ldopen
ld: 0711-317 ERROR: Undefined symbol: .ldtbread
ld: 0711-317 ERROR: Undefined symbol: .ldgetname
ld: 0711-317 ERROR: Undefined symbol: .ldclose
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make[2]: *** [collect2] Error 1
make[2]: Leaving directory `/usr/local/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/local/build/gcc'
make: *** [bootstrap] Error 2

Any recommendations will be appreciated.

Brendan Martin


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

* Re: Problem building gcc 3.2 on powerpc-ibm-aix5.1.0.0
  2003-01-21 20:55 Brendan_E_Martin
@ 2003-01-21 23:22 ` Jose
  0 siblings, 0 replies; 3+ messages in thread
From: Jose @ 2003-01-21 23:22 UTC (permalink / raw)
  To: gcc-help, Brendan_E_Martin

Looking at www.bullfreeware.com . They are there in installp format.


----------------------------------------------------------------
Tu portal de Aix en Español
http://aixpanish.com
------------------------------------------------------------

----- Original Message -----
From: <Brendan_E_Martin@vfc.com>
To: <gcc-help@gcc.gnu.org>
Sent: Tuesday, January 21, 2003 9:51 PM
Subject: Problem building gcc 3.2 on powerpc-ibm-aix5.1.0.0


> Getting the following output at the end of build attempts:
>
> make[3]: Leaving directory `/usr/local/build/gcc/intl'
> cc -c -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I.
> -I/usr/local/src/gcc-3.2/gcc -I/usr/local/src/gcc-3.2/gcc/.
> -I/usr/local/src/gcc-3.2/gcc/config -I/usr/local/src/gcc-3.2/gcc/../includ
e
> /usr/local/src/gcc-3.2/gcc/tradcif.c -o tradcif.o
> "tradcif.y", line 222.17: 1506-196 (W) Initialization between types
> "unsigned char*" and "const unsigned char*" is not allowed.
> "tradcif.y", line 319.12: 1506-068 (W) Operation between types "unsigned
> char*" and "const unsigned char*" is not allowed.
> "tradcif.y", line 438.1: 1506-343 (S) Redeclaration of parse_escape
differs
> from previous declaration on line 35 of "tradcif.y".
> "tradcif.y", line 438.1: 1506-381 (I) The type "const unsigned char**" of
> parameter 1 in the prototype declaration is not compatible with the
> corresponding parameter type "unsigned char**" in the nonprototype
> declaration.
> make[2]: *** [tradcif.o] Error 1
> make[2]: Leaving directory `/usr/local/build/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/usr/local/build/gcc'
> make: *** [bootstrap] Error 2
>
> I saw a similar question involving AIX 4.3.3 for which the recommendation
> was to touch all the .y files and make sure that bison is available.  I
> attempted to build bison, but got an error about M4 1.4 being required.  I
> could find no references to M4 at gnu.org.
>
> Any recommendations will be appreciated.
>
> Brendan Martin
>
>
>


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

* Problem building gcc 3.2 on powerpc-ibm-aix5.1.0.0
@ 2003-01-21 20:55 Brendan_E_Martin
  2003-01-21 23:22 ` Jose
  0 siblings, 1 reply; 3+ messages in thread
From: Brendan_E_Martin @ 2003-01-21 20:55 UTC (permalink / raw)
  To: gcc-help

Getting the following output at the end of build attempts:

make[3]: Leaving directory `/usr/local/build/gcc/intl'
cc -c -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I.
-I/usr/local/src/gcc-3.2/gcc -I/usr/local/src/gcc-3.2/gcc/.
-I/usr/local/src/gcc-3.2/gcc/config -I/usr/local/src/gcc-3.2/gcc/../include
/usr/local/src/gcc-3.2/gcc/tradcif.c -o tradcif.o
"tradcif.y", line 222.17: 1506-196 (W) Initialization between types
"unsigned char*" and "const unsigned char*" is not allowed.
"tradcif.y", line 319.12: 1506-068 (W) Operation between types "unsigned
char*" and "const unsigned char*" is not allowed.
"tradcif.y", line 438.1: 1506-343 (S) Redeclaration of parse_escape differs
from previous declaration on line 35 of "tradcif.y".
"tradcif.y", line 438.1: 1506-381 (I) The type "const unsigned char**" of
parameter 1 in the prototype declaration is not compatible with the
corresponding parameter type "unsigned char**" in the nonprototype
declaration.
make[2]: *** [tradcif.o] Error 1
make[2]: Leaving directory `/usr/local/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/local/build/gcc'
make: *** [bootstrap] Error 2

I saw a similar question involving AIX 4.3.3 for which the recommendation
was to touch all the .y files and make sure that bison is available.  I
attempted to build bison, but got an error about M4 1.4 being required.  I
could find no references to M4 at gnu.org.

Any recommendations will be appreciated.

Brendan Martin


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

end of thread, other threads:[~2003-01-24 20:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-24 20:22 Problem building gcc 3.2 on powerpc-ibm-aix5.1.0.0 Brendan_E_Martin
  -- strict thread matches above, loose matches on Subject: below --
2003-01-21 20:55 Brendan_E_Martin
2003-01-21 23:22 ` Jose

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).