This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Success complete 3.1 i686-pc-cygwin (cygwin 1.3.10-1 on Windows XP Professional)
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Jan Henrik Sylvester <jan_henrik at gmx dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 20 May 2002 11:31:24 -0700
- Subject: Re: Success complete 3.1 i686-pc-cygwin (cygwin 1.3.10-1 on Windows XP Professional)
- References: <NDBBKAODMLFGCMLDIOIMAEEPDAAA.jan_henrik@gmx.net>
On Mon, May 20, 2002 at 04:36:11PM +0200, Jan Henrik Sylvester wrote:
> i686-pc-cygwin
>
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-cygwin/3.1/specs
> Configured with: ../gcc-3.1/configure --enable-threads=win32
> Thread model: win32
> gcc version 3.1
>
> cygwin 1.3.10-1 on Windows XP Professional
>
> ../gcc-3.1/configure --enable-threads=win32
> make CFLAGS='-O' LIBCFLAGS='-g -O2'
> LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap
Thanks! Your message is linked from the GCC 3.1 build status list at
http://gcc.gnu.org/gcc-3.1/buildstat.html.
>
> This time everything worked flawlessly on a clean cygwin.
> g++ did not link to the correct libraries, though.
> Adding the following line to "/etc/profile" helps:
> export LIBRARY_PATH=/usr/local/lib/gcc-lib/i686-pc-cygwin/3.1:/usr/local/lib
Specifying the location of shared libraries is required on other systems
(including Linux) as well.
Janis