Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4131F902.8080000@bellsouth.net> Date: Sun, 29 Aug 2004 10:40:50 -0500 From: Robert McNulty Junior User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) MIME-Version: 1.0 To: sengtsongpa-cygwin001 AT yahoo DOT com CC: cygwin AT cygwin DOT com Subject: Re: BUG gcc-mingw 20040810-1 library search path References: <20040829152056 DOT 57364 DOT qmail AT web40406 DOT mail DOT yahoo DOT com> In-Reply-To: <20040829152056.57364.qmail@web40406.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes sengtsongpa-cygwin001 AT yahoo DOT com wrote: >In previous versions of the mingw backend distributed >with Cygwin's gcc port, the frontend drivers would >append both /usr/include/lib/mingw *and* >/usr/lib/w32api to the linker's path. This happens no >more with the latter. > >This has broken the configuration scripts of at least >two applications I'm trying of compile as native win32 >binaries this weekend, both use GNU autotools for >configuration and use Win32 native runtime libraries >therefore link to libraries in /usr/lib/w32api. The >configuration, compilation and linking process worked >perfectly before. Now, I have to hardcode the library >path in the makefiles for linking to finish >successfully. > > >_________________________________________________________ >Do You Yahoo!? >Información de Estados Unidos y América Latina, en Yahoo! Noticias. >Visítanos en http://noticias.espanol.yahoo.com > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Problem reports: http://cygwin.com/problems.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ > > > > This is what I was talking about before. gcc mingw does not built a win32 binary for native. The library seems to be separated from the compile, and just like Seng said, we have to hard code it into the source,. Gerritt, work on getting this right before the gcc 3.4.1 candidate is released into the main. This is hurting a lot of projects. I can't build KDE or QT under cygwin. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/