public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Successfule build: gcc-3.0.4, C and C++
@ 2002-02-22 14:27 Stephano Mariani
  2002-02-22 16:32 ` Janis Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Stephano Mariani @ 2002-02-22 14:27 UTC (permalink / raw)
  To: gcc

$ uname -a
CYGWIN_NT-5.0 SKNET-01 1.3.9(0.51/3/2) 2002-01-21 12:48 i686 unknown

$ ./config.guess
i686-pc-cygwin

$ new-gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-cygwin/3.0.4/specs
Configured with: ./configure --verbose --enable-threads=win32
--with-system-zlib --disable-nls --disable-shared --enable-static
--with-gnu-as --with-gnu-ld --program-prefix=new-
--enable-languages=c,c++ --disable-libgcj --disable-checking
--enable-sjlj-exceptions --host=i686-pc-cygwin --enable-haifa
--with-ld=/usr/local/bin/ld.exe --with-as=/usr/local/bin/as.exe
Thread model: win32
gcc version 3.0.4

Stephano Mariani

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

* Re: Successfule build: gcc-3.0.4, C and C++
  2002-02-22 14:27 Successfule build: gcc-3.0.4, C and C++ Stephano Mariani
@ 2002-02-22 16:32 ` Janis Johnson
  0 siblings, 0 replies; 4+ messages in thread
From: Janis Johnson @ 2002-02-22 16:32 UTC (permalink / raw)
  To: Stephano Mariani; +Cc: gcc

On Fri, Feb 22, 2002 at 10:27:03PM -0000, Stephano Mariani wrote:
> $ uname -a
> CYGWIN_NT-5.0 SKNET-01 1.3.9(0.51/3/2) 2002-01-21 12:48 i686 unknown
> 
> $ ./config.guess
> i686-pc-cygwin
> 
> $ new-gcc -v
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-cygwin/3.0.4/specs
> Configured with: ./configure --verbose --enable-threads=win32
> --with-system-zlib --disable-nls --disable-shared --enable-static
> --with-gnu-as --with-gnu-ld --program-prefix=new-
> --enable-languages=c,c++ --disable-libgcj --disable-checking
> --enable-sjlj-exceptions --host=i686-pc-cygwin --enable-haifa
> --with-ld=/usr/local/bin/ld.exe --with-as=/usr/local/bin/as.exe
> Thread model: win32
> gcc version 3.0.4
> 
> Stephano Mariani

Thanks!  I've added this to the GCC 3.0 build status page at
http://gcc.gnu.org/gcc-3.0/buildstat.html as i686-pc-cygwin,
Cygwin-1.3.9 on Windows 2000 5.0.  If I got that wrong, please
let me know.

Janis

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

* Re: Successfule build: gcc-3.0.4, C and C++
  2002-04-14  7:03 Jan Gerritsen
@ 2002-04-15  9:32 ` Janis Johnson
  0 siblings, 0 replies; 4+ messages in thread
From: Janis Johnson @ 2002-04-15  9:32 UTC (permalink / raw)
  To: Jan Gerritsen; +Cc: gcc

On Sun, Apr 14, 2002 at 04:02:29PM +0200, Jan Gerritsen wrote:
> Hello,
> 
> $ uname -a
> CYGWIN_NT-5.0 STATION-HOME 1.3.10(0.51/3/2) 2002-02-25 11:14 i686 unknown
> 
> $ ../gcc-3.0.4/config.guess
> i686-pc-cygwin
> 
> $ gcc -v
> Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.0.4/specs
> Configured with: ../gcc-3.0.4/configure --prefix=/usr --enable-threads=win32
> --with-system-zlib --enable-languages=c,c++ --enable-sjlj-exceptions
> Thread model: win32
> gcc version 3.0.4
> 
> ---
> 
> mv gcc-3.0.4.tar /usr/src
> cd /usr/src
> tar xf gcc-3.0.4.tar
> mkdir gcc_objdir
> cd gcc_objdir
> 
> ../gcc-3.0.4/configure --prefix=/usr --enable-threads=win32 --with-system-zl
> ib
> --enable-languages=c,c++ --enable-sjlj-exceptions
> 
> make bootstrap
> make install

Thanks!  There was already an entry for this configuration in the GCC 3.0
build status list at http://gcc.gnu.org/gcc-3.0/buildstat.html, but I
added a link to your message as well since it is configured for thread
support and the other wasn't.

Janis

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

* Successfule build: gcc-3.0.4, C and C++
@ 2002-04-14  7:03 Jan Gerritsen
  2002-04-15  9:32 ` Janis Johnson
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Gerritsen @ 2002-04-14  7:03 UTC (permalink / raw)
  To: gcc

Hello,

$ uname -a
CYGWIN_NT-5.0 STATION-HOME 1.3.10(0.51/3/2) 2002-02-25 11:14 i686 unknown

$ ../gcc-3.0.4/config.guess
i686-pc-cygwin

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.0.4/specs
Configured with: ../gcc-3.0.4/configure --prefix=/usr --enable-threads=win32
--with-system-zlib --enable-languages=c,c++ --enable-sjlj-exceptions
Thread model: win32
gcc version 3.0.4

---

mv gcc-3.0.4.tar /usr/src
cd /usr/src
tar xf gcc-3.0.4.tar
mkdir gcc_objdir
cd gcc_objdir

../gcc-3.0.4/configure --prefix=/usr --enable-threads=win32 --with-system-zl
ib
--enable-languages=c,c++ --enable-sjlj-exceptions

make bootstrap
make install

Sincerely, Jan

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

end of thread, other threads:[~2002-04-15 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-22 14:27 Successfule build: gcc-3.0.4, C and C++ Stephano Mariani
2002-02-22 16:32 ` Janis Johnson
2002-04-14  7:03 Jan Gerritsen
2002-04-15  9:32 ` 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).