public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 3.2 successful build
@ 2002-09-03 15:43 Josh Martin
  2002-09-03 16:09 ` Janis Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Martin @ 2002-09-03 15:43 UTC (permalink / raw)
  To: gcc

Here is a successful build report for GCC 3.2 on hppa64-hp-hpux11.00.
Note that, unlike the previous build report , I was able to get 64-bit
shared libraries to work.
This was done using binutils 2.13 with the "--enable-64-bit-bfd"
configure option.
I also needed to build both gcc 3.2 and binutils 2.13 WITHOUT
"--disable-shared" and
WITHOUT "--enable-shared".

 - Josh Martin

---- hppa64-hp-hpux11.00 ----

testresults at:
http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00088.html

$ gcc -v
Reading specs from
/usr/local/gcc64/lib/gcc-lib/hppa64-hp-hpux11.00/3.2/specs
Configured with: /usr/local/build/gcc-3.2/configure
--build=hppa64-hp-hpux11.00 --host=hppa64-hp-hpux11.00 --with-gnu-as
--with-as=/usr/local/gcc64/bin/as --with-gnu-ld
--with-ld=/usr/local/gcc64/bin/ld --prefix=/usr/local/gcc64
Thread model: single
gcc version 3.2

--------

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

* Re: GCC 3.2 successful build
  2002-09-03 15:43 GCC 3.2 successful build Josh Martin
@ 2002-09-03 16:09 ` Janis Johnson
  0 siblings, 0 replies; 4+ messages in thread
From: Janis Johnson @ 2002-09-03 16:09 UTC (permalink / raw)
  To: Josh Martin; +Cc: gcc

On Tue, Sep 03, 2002 at 04:43:09PM -0600, Josh Martin wrote:
> Here is a successful build report for GCC 3.2 on hppa64-hp-hpux11.00.
> Note that, unlike the previous build report , I was able to get 64-bit
> shared libraries to work.
> This was done using binutils 2.13 with the "--enable-64-bit-bfd"
> configure option.
> I also needed to build both gcc 3.2 and binutils 2.13 WITHOUT
> "--disable-shared" and
> WITHOUT "--enable-shared".
> 
>  - Josh Martin
> 
> ---- hppa64-hp-hpux11.00 ----
> 
> testresults at:
> http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00088.html
> 
> $ gcc -v
> Reading specs from
> /usr/local/gcc64/lib/gcc-lib/hppa64-hp-hpux11.00/3.2/specs
> Configured with: /usr/local/build/gcc-3.2/configure
> --build=hppa64-hp-hpux11.00 --host=hppa64-hp-hpux11.00 --with-gnu-as
> --with-as=/usr/local/gcc64/bin/as --with-gnu-ld
> --with-ld=/usr/local/gcc64/bin/ld --prefix=/usr/local/gcc64
> Thread model: single
> gcc version 3.2
> 
> --------
> 

Thanks!  Your message is linked from the GCC 3.2 build status list at
http://gcc.gnu.org/gcc-3.2/buildstat.html.

Janis

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

* Re: gcc 3.2 successful build
  2002-11-18  1:30 gcc " Diego Rodrigo
@ 2002-11-18 10:00 ` Janis Johnson
  0 siblings, 0 replies; 4+ messages in thread
From: Janis Johnson @ 2002-11-18 10:00 UTC (permalink / raw)
  To: d.rodrigo; +Cc: gcc

On Sun, Nov 17, 2002 at 11:55:22PM -0300, Diego Rodrigo wrote:
> Hi,
>     I have just configured, built and installed gcc
> 3.2 on my old Pentium 166MHz. The normal procedure
> went fine (configure, make bootstrap, make install). 
>     I don't see any system like this one on the build
> status list, so I am sending the messages i got. 
>  
> [drodrigo@adl216 gcc-3.2]$ ./config.guess
> i586-pc-linux-gnu
> 
> [drodrigo@adl216 gcc-3.2]$ gcc -v
> Reading specs from
> /opt/gcc-3.2/lib/gcc-lib/i586-pc-linux-gnu/3.2/specs
> Configured with: ../gcc-3.2/configure
> --prefix=/opt/gcc-3.2
> Thread model: posix
> gcc version 3.2
> 
> Distribution: Red Hat 7.3
> 
> Kernel version: 2.4.18
> 
> glibc: 2.2.5-34

Thanks!  Your message is linked from the GCC 3.2 build status list at
http://gcc.gnu.org/gcc-3.2/buildstat.html.

Janis

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

* gcc 3.2 successful build
@ 2002-11-18  1:30 Diego Rodrigo
  2002-11-18 10:00 ` Janis Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Rodrigo @ 2002-11-18  1:30 UTC (permalink / raw)
  To: gcc

Hi,
    I have just configured, built and installed gcc
3.2 on my old Pentium 166MHz. The normal procedure
went fine (configure, make bootstrap, make install). 
    I don't see any system like this one on the build
status list, so I am sending the messages i got. 
 
[drodrigo@adl216 gcc-3.2]$ ./config.guess
i586-pc-linux-gnu

[drodrigo@adl216 gcc-3.2]$ gcc -v
Reading specs from
/opt/gcc-3.2/lib/gcc-lib/i586-pc-linux-gnu/3.2/specs
Configured with: ../gcc-3.2/configure
--prefix=/opt/gcc-3.2
Thread model: posix
gcc version 3.2

Distribution: Red Hat 7.3

Kernel version: 2.4.18

glibc: 2.2.5-34


    cheers,
diego.


Ahora podés usar Yahoo! Messenger desde tu celular. Aprendé cómo hacerlo en Yahoo! Móvil: http://ar.mobile.yahoo.com/sms.html

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

end of thread, other threads:[~2002-11-18 17:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-03 15:43 GCC 3.2 successful build Josh Martin
2002-09-03 16:09 ` Janis Johnson
2002-11-18  1:30 gcc " Diego Rodrigo
2002-11-18 10:00 ` Janis Johnson

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