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 To: cygwin AT cygwin DOT com From: Jani Tiainen Subject: Compile mingw32 code under cygwin Date: Sat, 27 Nov 2004 00:01:01 +0200 Lines: 11 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: kotivayla-133-207.tikkacom.fi User-Agent: Mozilla Thunderbird 0.9 (Windows/20041118) X-IsSubscribed: yes I'm trying to compile some code natively under windoze by using mingw32 compilation. Problem is that I have same libraries for both worlds, Cygwin and mingw32. How I can tell in configure-phase that gcc can use libraries only from spesified location, like /target/lib and includes from /target/include and nothing under /lib or /usr/lib nor /include... pkg should fail when library that exists under cygwin but not under mingw system... Now it finds always cygwin counterparts if no mingw version is found and that's bad thing. -- 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/