public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
       [not found] <bug-23101-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-06 17:36 ` nate at ucar dot edu
  2012-01-11 14:16 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 11+ messages in thread
From: nate at ucar dot edu @ 2010-10-06 17:36 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101

Nate <nate at ucar dot edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nate at ucar dot edu

--- Comment #10 from Nate <nate at ucar dot edu> 2010-10-06 17:35:53 UTC ---
I managed to get it to compile partially with the following:

flag=" -lgcc -I/usr/local/include/ -I/usr/include/ -L/usr/local/lib/ -Wl,-brtl
-Wl,-berok "
export BOOT_CFLAGS="-O2 -maix32 -g"
export PATH=/usr/local/bin/:$PATH
export CC="/usr/local/bin/gcc" CFLAGS=" $flag "
export CXX=/usr/local/bin/g++ CXXFLAGS=" $flag "
export CPP="$CC -E " CPPFLAGS=" $flag "
export CPPFLAGS=-fexceptions
export OBJECT_MODE=32
export LDFLAGS="-L/usr/local/lib/ -berok"
make clean
./configure --enable-languages=c,c++,fortran --prefix=/usr/local/gcc/4.5.1/
ABI=32 --enable-bootstrap --with-gmp=/usr/local/gcc/4.5.1/
--with-mpfr=/usr/local/gcc/4.5.1/ --with-mpc=/usr/local/gcc/4.5.1/ && \
make bootstrap

It gets all the way to here:
make[3]: Entering directory
`/usr/local/src/gcc-4.5.1/build-powerpc-ibm-aix5.3.0.0/libiberty'
if [ x"" != x ]; then \
          /usr/local/bin/gcc -c -DHAVE_CONFIG_H -lgcc -I/usr/local/include/
-I/usr/include/ -L/usr/local/lib/ -Wl,-brtl -Wl,-berok   -fexceptions -I.
-I../.././libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat
-Wstrict-prototypes -pedantic   ../.././libiberty/physmem.c -o pic/physmem.o; \
        else true; fi
/usr/local/bin/gcc -c -DHAVE_CONFIG_H -lgcc -I/usr/local/include/
-I/usr/include/ -L/usr/local/lib/ -Wl,-brtl -Wl,-berok   -fexceptions -I.
-I../.././libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat
-Wstrict-prototypes -pedantic  ../.././libiberty/physmem.c -o physmem.o
../.././libiberty/physmem.c: In function 'physmem_total':
../.././libiberty/physmem.c:96: error: storage size of 'pss' isn't known
../.././libiberty/physmem.c:97: warning: implicit declaration of function
'pstat_getstatic'
../.././libiberty/physmem.c:96: warning: unused variable 'pss'
../.././libiberty/physmem.c: In function 'physmem_available':
../.././libiberty/physmem.c:200: error: storage size of 'pss' isn't known
../.././libiberty/physmem.c:201: error: storage size of 'psd' isn't known
../.././libiberty/physmem.c:203: warning: implicit declaration of function
'pstat_getdynamic'
../.././libiberty/physmem.c:201: warning: unused variable 'psd'
../.././libiberty/physmem.c:200: warning: unused variable 'pss'
make[3]: *** [physmem.o] Error 1
make[3]: Leaving directory
`/usr/local/src/gcc-4.5.1/build-powerpc-ibm-aix5.3.0.0/libiberty'


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
       [not found] <bug-23101-4@http.gcc.gnu.org/bugzilla/>
  2010-10-06 17:36 ` [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6 nate at ucar dot edu
@ 2012-01-11 14:16 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-11 14:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #11 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-11 14:16:08 UTC ---
Thus, works.


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
       [not found] <bug-23101-11070@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-12-25  2:26 ` pinskia at gcc dot gnu dot org
@ 2005-12-27 17:42 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-27 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from pinskia at gcc dot gnu dot org  2005-12-27 17:42 -------
*** Bug 25134 has been marked as a duplicate of this bug. ***


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
       [not found] <bug-23101-11070@http.gcc.gnu.org/bugzilla/>
  2005-10-30 17:17 ` pinskia at gcc dot gnu dot org
  2005-11-02 17:21 ` elizabeth dot brosch at thomson dot com
@ 2005-12-25  2:26 ` pinskia at gcc dot gnu dot org
  2005-12-27 17:42 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-25  2:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2005-12-25 02:26 -------
*** Bug 25134 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michele_mazza at hotmail dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
       [not found] <bug-23101-11070@http.gcc.gnu.org/bugzilla/>
  2005-10-30 17:17 ` pinskia at gcc dot gnu dot org
@ 2005-11-02 17:21 ` elizabeth dot brosch at thomson dot com
  2005-12-25  2:26 ` pinskia at gcc dot gnu dot org
  2005-12-27 17:42 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 11+ messages in thread
From: elizabeth dot brosch at thomson dot com @ 2005-11-02 17:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from elizabeth dot brosch at thomson dot com  2005-11-02 17:21 -------
Subject: RE:  Make Bootstrap fails on AIX 5.2 ML6


I agree. I realized that this was unnecessary.  Thanks for the reply.

------- Comment #6 from pinskia at gcc dot gnu dot org  2005-10-30 17:17
-------
Why do you want a compiler which is built in 64bit mode, it will not
default to
64bit mode?  It will be slower and hug more memory.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
       [not found] <bug-23101-11070@http.gcc.gnu.org/bugzilla/>
@ 2005-10-30 17:17 ` pinskia at gcc dot gnu dot org
  2005-11-02 17:21 ` elizabeth dot brosch at thomson dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 17:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2005-10-30 17:17 -------
Why do you want a compiler which is built in 64bit mode, it will not default to
64bit mode?  It will be slower and hug more memory.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
  2005-07-27 21:29 [Bug bootstrap/23101] New: " elizabeth dot brosch at thomson dot com
                   ` (3 preceding siblings ...)
  2005-07-27 22:00 ` elizabeth dot brosch at thomson dot com
@ 2005-07-28 14:38 ` elizabeth dot brosch at thomson dot com
  4 siblings, 0 replies; 11+ messages in thread
From: elizabeth dot brosch at thomson dot com @ 2005-07-28 14:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From elizabeth dot brosch at thomson dot com  2005-07-28 14:07 -------
Subject: RE:  Make Bootstrap fails on AIX 5.2 ML6

Thanks so much for your help yesterday.  Can you think of anything else
that I could try?  I'm banging my head against the wall trying to figure
this one out!

Thanks again.

Elizabeth Brosch
Sr. Systems Engineer
Thomson Scientific & Healthcare - System Services
Philadelphia, PA  19104
office:  (215) 386-0100 x1144
cell:     (267) 784-9166
-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Wednesday, July 27, 2005 5:44 PM
To: Brosch, Liz (TS USA)
Subject: [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6


------- Additional Comments From pinskia at gcc dot gnu dot org
2005-07-27 21:43 -------
Try the following add BOOT_CFLAGS="-O2 -maix64 -g" and it should work.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
  2005-07-27 21:29 [Bug bootstrap/23101] New: " elizabeth dot brosch at thomson dot com
                   ` (2 preceding siblings ...)
  2005-07-27 21:51 ` pinskia at gcc dot gnu dot org
@ 2005-07-27 22:00 ` elizabeth dot brosch at thomson dot com
  2005-07-28 14:38 ` elizabeth dot brosch at thomson dot com
  4 siblings, 0 replies; 11+ messages in thread
From: elizabeth dot brosch at thomson dot com @ 2005-07-27 22:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From elizabeth dot brosch at thomson dot com  2005-07-27 21:51 -------
Subject: RE:  Make Bootstrap fails on AIX 5.2 ML6

I exported the BOOT_CFLAGS you suggested but it fails on the exact
error.

Elizabeth Brosch
Sr. Systems Engineer
Thomson Scientific & Healthcare - System Services
Philadelphia, PA  19104
office:  (215) 386-0100 x1144
cell:     (267) 784-9166

-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Wednesday, July 27, 2005 5:44 PM
To: Brosch, Liz (TS USA)
Subject: [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6


------- Additional Comments From pinskia at gcc dot gnu dot org
2005-07-27 21:43 -------
Try the following add BOOT_CFLAGS="-O2 -maix64 -g" and it should work.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
  2005-07-27 21:29 [Bug bootstrap/23101] New: " elizabeth dot brosch at thomson dot com
  2005-07-27 21:32 ` [Bug bootstrap/23101] " pinskia at gcc dot gnu dot org
  2005-07-27 21:41 ` elizabeth dot brosch at thomson dot com
@ 2005-07-27 21:51 ` pinskia at gcc dot gnu dot org
  2005-07-27 22:00 ` elizabeth dot brosch at thomson dot com
  2005-07-28 14:38 ` elizabeth dot brosch at thomson dot com
  4 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-27 21:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-27 21:43 -------
Try the following add BOOT_CFLAGS="-O2 -maix64 -g" and it should work.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
  2005-07-27 21:29 [Bug bootstrap/23101] New: " elizabeth dot brosch at thomson dot com
  2005-07-27 21:32 ` [Bug bootstrap/23101] " pinskia at gcc dot gnu dot org
@ 2005-07-27 21:41 ` elizabeth dot brosch at thomson dot com
  2005-07-27 21:51 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: elizabeth dot brosch at thomson dot com @ 2005-07-27 21:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From elizabeth dot brosch at thomson dot com  2005-07-27 21:32 -------
Subject: RE:  Make Bootstrap fails on AIX 5.2 ML6

It gets past it.

As stated before, I have successfully compiled gcc v 3.3.2 on AIX 5.2
ML3 using the OBJECT_MODE variable.  So I can't understand why I can't
get this compiled this time!



Elizabeth Brosch
Sr. Systems Engineer
Thomson Scientific & Healthcare - System Services
Philadelphia, PA  19104
office:  (215) 386-0100 x1144
cell:     (267) 784-9166

-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Wednesday, July 27, 2005 5:30 PM
To: Brosch, Liz (TS USA)
Subject: [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6


------- Additional Comments From pinskia at gcc dot gnu dot org
2005-07-27 21:29 -------
What happens if you don't set OBJECT_MODE to 64?



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101


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

* [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6
  2005-07-27 21:29 [Bug bootstrap/23101] New: " elizabeth dot brosch at thomson dot com
@ 2005-07-27 21:32 ` pinskia at gcc dot gnu dot org
  2005-07-27 21:41 ` elizabeth dot brosch at thomson dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-27 21:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-27 21:29 -------
What happens if you don't set OBJECT_MODE to 64?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23101


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

end of thread, other threads:[~2012-01-11 14:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23101-4@http.gcc.gnu.org/bugzilla/>
2010-10-06 17:36 ` [Bug bootstrap/23101] Make Bootstrap fails on AIX 5.2 ML6 nate at ucar dot edu
2012-01-11 14:16 ` rguenth at gcc dot gnu.org
     [not found] <bug-23101-11070@http.gcc.gnu.org/bugzilla/>
2005-10-30 17:17 ` pinskia at gcc dot gnu dot org
2005-11-02 17:21 ` elizabeth dot brosch at thomson dot com
2005-12-25  2:26 ` pinskia at gcc dot gnu dot org
2005-12-27 17:42 ` pinskia at gcc dot gnu dot org
2005-07-27 21:29 [Bug bootstrap/23101] New: " elizabeth dot brosch at thomson dot com
2005-07-27 21:32 ` [Bug bootstrap/23101] " pinskia at gcc dot gnu dot org
2005-07-27 21:41 ` elizabeth dot brosch at thomson dot com
2005-07-27 21:51 ` pinskia at gcc dot gnu dot org
2005-07-27 22:00 ` elizabeth dot brosch at thomson dot com
2005-07-28 14:38 ` elizabeth dot brosch at thomson dot com

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