public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Successfully built and installed GCC
@ 2002-08-27  4:54 Stefano Pini - Sun Italy
  2002-08-27  9:56 ` Janis Johnson
  0 siblings, 1 reply; 13+ messages in thread
From: Stefano Pini - Sun Italy @ 2002-08-27  4:54 UTC (permalink / raw)
  To: gcc

sparc-sun-solaris2.8

Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2/specs
Configured with: ../gcc-3.2/configure --enable-threads --disable-nls
--disable-traditional
Thread model: posix
gcc version 3.2

SunOS eagle 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-5_10

---
STEFANO PINI
SUN Microsystems Italy
High End System Engineer
mailto:stefano.pini@sun.com

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

* Re: Successfully built and installed GCC
  2002-08-27  4:54 Successfully built and installed GCC Stefano Pini - Sun Italy
@ 2002-08-27  9:56 ` Janis Johnson
  0 siblings, 0 replies; 13+ messages in thread
From: Janis Johnson @ 2002-08-27  9:56 UTC (permalink / raw)
  To: Stefano Pini - Sun Italy; +Cc: gcc

On Tue, Aug 27, 2002 at 01:53:05PM +0200, Stefano Pini - Sun Italy wrote:
> 
> sparc-sun-solaris2.8
> 
> Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2/specs
> Configured with: ../gcc-3.2/configure --enable-threads --disable-nls
> --disable-traditional
> Thread model: posix
> gcc version 3.2
> 
> SunOS eagle 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-5_10

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] 13+ messages in thread

* successfully built and installed GCC
@ 2006-01-17 15:58 Joseph Huang
  0 siblings, 0 replies; 13+ messages in thread
From: Joseph Huang @ 2006-01-17 15:58 UTC (permalink / raw)
  To: gcc

Classification: UNCLASSIFIED

i686-pc-linux-gnu

Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /home/joshuang/joshuang/gcc-4.0.2/configure
--prefix=/home/joshuang/joshuang/local
Thread model: posix
gcc version 4.0.2

Red Hat Linux release 7.3 (Valhalla)
Kernel \r on an \m

Linux 2.4.18-3bigmem+lsf #4 SMP i686 unknown

glibc-2.2.5-34

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

* successfully built and installed GCC
@ 2003-03-06 17:44 Curtis C. Chen
  0 siblings, 0 replies; 13+ messages in thread
From: Curtis C. Chen @ 2003-03-06 17:44 UTC (permalink / raw)
  To: gcc

     * Output from running srcdir/config.guess. Do not send us that file 
itself, just the one-line output from running it.

i686-pc-linux-gnu

     * The output of gcc -v for your newly installed gcc. This tells us 
which version of GCC you built and the options you passed to configure.

Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/specs
Configured with: ../configure
Thread model: posix
gcc version 3.2.2

     * If the build was for GNU/Linux, also include:
           o The distribution name and version (e.g., Red Hat 7.1 or 
Debian 2.2.3); this information should be available from /etc/issue.

Mandrake Linux release 8.2 (Bluebird) for i586
Kernel 2.4.18-6mdk on an i686 / \l

           o The version of the Linux kernel, available from uname 
--version or uname -a.

Linux aardvark.palmsource.com 2.4.18-6mdk #1 Fri Mar 15 02:59:08 CET 
2002 i686 unknown

           o The version of glibc you used; for RPM-based systems like 
Red Hat, Mandrake, and SuSE type rpm -q glibc to get the glibc version, 
and on systems like Debian and Progeny use dpkg -l libc6.

glibc-2.2.4-26.1mdk



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

* Re: successfully built and installed GCC
  2002-07-24 11:01 Bernd Jendrissek
@ 2002-08-05 17:19 ` Janis Johnson
  0 siblings, 0 replies; 13+ messages in thread
From: Janis Johnson @ 2002-08-05 17:19 UTC (permalink / raw)
  To: berndfoobar; +Cc: gcc

On Wed, Jul 24, 2002 at 12:00:47PM +0200, Bernd Jendrissek wrote:
> After months of trial and tribulation, I finally built and installed GCC 3
> from pristine source.  (See note at end to avoid the same pitfalls I made.)
> 
> So here's my celebratory note:
> 
> 1. $ ./config.guess
> 
> i686-pc-linux-gnu
> 
> 2. $ gcc-3.0.4 -v
> 
> Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
> Configured with: /usr/src/home/rpmtest/tmp/BUILD/gcc-3.0.1/configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=/usr/share/info --mandir=/usr/share/man --srcdir=/usr/src/home/rpmtest/tmp/BUILD/gcc-3.0.1 --with-slibdir=/lib --program-suffix=-3.0.4 --with-gnu-as --with-gnu-ld --enable-shared --enable-threads --enable-cpp --with-dwarf2 --with-system-zlib
> Thread model: posix
> gcc version 3.0.4
> 
> 3. $ grep -ir 'red *hat.*6\.[12]' /etc
> 
> /etc/redhat-release.old:Red Hat Linux release 6.1 (Cartman)
> 
> 4. $ uname -a
> 
> Linux xxxxx 2.4.18 #4 Sun Mar 3 16:50:20 SAST 2002 i686 unknown
> 
> 5. $ rpm -q glibc
> 
> glibc-2.1.2-11
> glibc-2.2.4-2

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

Janis

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

* successfully built and installed GCC
@ 2002-07-24 11:01 Bernd Jendrissek
  2002-08-05 17:19 ` Janis Johnson
  0 siblings, 1 reply; 13+ messages in thread
From: Bernd Jendrissek @ 2002-07-24 11:01 UTC (permalink / raw)
  To: gcc

After months of trial and tribulation, I finally built and installed GCC 3
from pristine source.  (See note at end to avoid the same pitfalls I made.)

So here's my celebratory note:

1. $ ./config.guess

i686-pc-linux-gnu

2. $ gcc-3.0.4 -v

Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
Configured with: /usr/src/home/rpmtest/tmp/BUILD/gcc-3.0.1/configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=/usr/share/info --mandir=/usr/share/man --srcdir=/usr/src/home/rpmtest/tmp/BUILD/gcc-3.0.1 --with-slibdir=/lib --program-suffix=-3.0.4 --with-gnu-as --with-gnu-ld --enable-shared --enable-threads --enable-cpp --with-dwarf2 --with-system-zlib
Thread model: posix
gcc version 3.0.4

3. $ grep -ir 'red *hat.*6\.[12]' /etc

/etc/redhat-release.old:Red Hat Linux release 6.1 (Cartman)

4. $ uname -a

Linux xxxxx 2.4.18 #4 Sun Mar 3 16:50:20 SAST 2002 i686 unknown

5. $ rpm -q glibc

glibc-2.1.2-11
glibc-2.2.4-2

(Yes, two of them.  Symlinks point to 2.2.4 libs; I haven't managed to
 uninstall 2.1.2 completely yet - too much depends on stuff that shouldn't
 be in the rpm.  BTW 2.2.4 is *NOT* a Red Hat rpm - it's my own.)

Fantastic work by all the GCC guys!  I would truly hate my day job if I
didn't have GCC to use or even to aspire for.

Bernd Jendrissek

P.S. Here is why I took so long (enjoy your meal, spiders!)

Trying to be smart, as part of my RPM spec file, I stripped *everything*
under /usr/lib/gcc-lib/<arch>/<version>/ - in particular, the crt*.o files
were some of my victims.  Doh!  So after barking up the libgcc_s.so tree
for a while, thinking it was some bad interaction with glibc-2.2.4 which I
*also* built and patched, I finally started doing the right thing: finding
out *why* _init jumped into the middle of call_gmon_start.  Answer?  Do not
strip crtbegin.o (or any other *.o for that matter).  Stripping it caused
the crtbegin.o call to frame_dummy to call right into the middle of another
function.  Result?  Segfault on startup.

-- 
berndj@users.sourceforge.net is probably better to bookmark than any
employer-specific email address I may have appearing in the headers.

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

* Re: successfully built and installed GCC
  2002-01-15 10:28 Kurt M. Brown
@ 2002-01-15 12:21 ` Janis Johnson
  0 siblings, 0 replies; 13+ messages in thread
From: Janis Johnson @ 2002-01-15 12:21 UTC (permalink / raw)
  To: Kurt M. Brown; +Cc: gcc

On Tue, Jan 15, 2002 at 12:20:46PM -0500, Kurt M. Brown wrote:
> 1. $ ./config.guess
> 
> i686-pc-linux-gnu
> 
> 2. $ gcc -v
> 
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs
> Configured with: ../gcc-3.0.3/configure --enable-threads
> Thread model: posix
> gcc version 3.0.3
> 
> 3. $ cat /etc/issue
> 
> Red Hat Linux release 6.2 (Zoot)
> Kernel 2.2.16-3 on an i686
> 
> 4. $ uname -a
> 
> Linux spinoza 2.2.16-3 #1 Mon Jun 19 19:11:44 EDT 2000 i686 unknown
> 
> 5. $ rpm -q glibc
> 
> glibc-2.1.3-15

Thanks!  I've added this to the GCC 3.0 build status page at
http://gcc.gnu.org/gcc-3.0/buildstat.html.

Janis

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

* successfully built and installed GCC
@ 2002-01-15 10:28 Kurt M. Brown
  2002-01-15 12:21 ` Janis Johnson
  0 siblings, 1 reply; 13+ messages in thread
From: Kurt M. Brown @ 2002-01-15 10:28 UTC (permalink / raw)
  To: gcc

1. $ ./config.guess

i686-pc-linux-gnu

2. $ gcc -v

Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs
Configured with: ../gcc-3.0.3/configure --enable-threads
Thread model: posix
gcc version 3.0.3

3. $ cat /etc/issue

Red Hat Linux release 6.2 (Zoot)
Kernel 2.2.16-3 on an i686

4. $ uname -a

Linux spinoza 2.2.16-3 #1 Mon Jun 19 19:11:44 EDT 2000 i686 unknown

5. $ rpm -q glibc

glibc-2.1.3-15







_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

* Re: Successfully built and installed GCC
  2002-01-04  5:33 Successfully " John Ogness
@ 2002-01-04  9:09 ` Janis Johnson
  0 siblings, 0 replies; 13+ messages in thread
From: Janis Johnson @ 2002-01-04  9:09 UTC (permalink / raw)
  To: John Ogness; +Cc: gcc

On Fri, Jan 04, 2002 at 02:36:58PM +0100, John Ogness wrote:
> i686-pc-linux-gnu
> 
> gcc-3.0.3
> 
> Debian 2.2.4
> 
> libc6 2.1.3

Thanks!  I've added this to the GCC 3.0 build status list at
http://gcc.gnu.org/gcc-3.0/buildstat.html.

Janis

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

* Successfully built and installed GCC
@ 2002-01-04  5:33 John Ogness
  2002-01-04  9:09 ` Janis Johnson
  0 siblings, 1 reply; 13+ messages in thread
From: John Ogness @ 2002-01-04  5:33 UTC (permalink / raw)
  To: gcc

i686-pc-linux-gnu

gcc-3.0.3

Debian 2.2.4

libc6 2.1.3

--
John Ogness
Software Engineer

H+BEDV Datentechnik GmbH
<mailto:support@antivir.de>
Lindauer Strasse 21, 88069 Tettnang, Germany
Tel.: +49 (0) 7542-93040
Fax.: +49 (0) 7542-52510
<http://www.antivir.de>

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

* Successfully built and installed GCC
@ 2001-04-03  1:24 Martin Onis
  0 siblings, 0 replies; 13+ messages in thread
From: Martin Onis @ 2001-04-03  1:24 UTC (permalink / raw)
  To: gcc

Machine (config.guess):		hppa1.1-hp-hpux9.04
Target:				GCC 2.95.2

Compiler used to build target:	GCC 2.6.3
Environment settings:		CONFIG_SHELL=/bin/ksh
				SHELL=/bin/ksh
Source modifications:		gcc-2.95.2/gcc/java/verify.c	(changed //
comment to /* comment */)
				gcc-2.95.2/gcc/java/jcf-write.c	(changed //
comment to /* comment */)
				gcc-2.95.2/libchill/basicio.c	(defaulted
PATH_MAX to 127)



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

* Successfully Built and Installed GCC
  1999-10-31 13:25 Successfully Built and Installed GCC Steven R. Drake
@ 1999-10-31 23:35 ` Steven R. Drake
  0 siblings, 0 replies; 13+ messages in thread
From: Steven R. Drake @ 1999-10-31 23:35 UTC (permalink / raw)
  To: gcc

"If your system is not listed, send a note to gcc@gcc.gnu.org
indicating that you successfully built and installed GCC. Include the
output from running srcdir/config.guess. (Do not send us the
config.guess file itself, just the output from running it!) "

Output from config.guess
i586-pc-linux-gnulibc1

--
Home: sdrake@computer.org
Work: steven.r.drake@boeing.com





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

* Successfully Built and Installed GCC
@ 1999-10-31 13:25 Steven R. Drake
  1999-10-31 23:35 ` Steven R. Drake
  0 siblings, 1 reply; 13+ messages in thread
From: Steven R. Drake @ 1999-10-31 13:25 UTC (permalink / raw)
  To: gcc

"If your system is not listed, send a note to gcc@gcc.gnu.org
indicating that you successfully built and installed GCC. Include the
output from running srcdir/config.guess. (Do not send us the
config.guess file itself, just the output from running it!) "

Output from config.guess
i586-pc-linux-gnulibc1

--
Home: sdrake@computer.org
Work: steven.r.drake@boeing.com





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

end of thread, other threads:[~2006-01-17 15:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-27  4:54 Successfully built and installed GCC Stefano Pini - Sun Italy
2002-08-27  9:56 ` Janis Johnson
  -- strict thread matches above, loose matches on Subject: below --
2006-01-17 15:58 successfully " Joseph Huang
2003-03-06 17:44 Curtis C. Chen
2002-07-24 11:01 Bernd Jendrissek
2002-08-05 17:19 ` Janis Johnson
2002-01-15 10:28 Kurt M. Brown
2002-01-15 12:21 ` Janis Johnson
2002-01-04  5:33 Successfully " John Ogness
2002-01-04  9:09 ` Janis Johnson
2001-04-03  1:24 Martin Onis
1999-10-31 13:25 Successfully Built and Installed GCC Steven R. Drake
1999-10-31 23:35 ` Steven R. Drake

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