X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4994504E.2000501@x-ray.at> Date: Thu, 12 Feb 2009 17:37:34 +0100 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: mingw SEARCH_LIB: was gcc FAQ entries References: <20090210102101 DOT GO5416 AT calimero DOT vinschen DOT de> <4991A8C5 DOT 2080901 AT gmail DOT com> <20090211182347 DOT GG5416 AT calimero DOT vinschen DOT de> <2bf229d30902111232vf8f66e7s91f36eb15257f118 AT mail DOT gmail DOT com> In-Reply-To: <2bf229d30902111232vf8f66e7s91f36eb15257f118@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Chris Sutcliffe schrieb: >> At one point we will get a mingw cross compiler, right? wrong? > > I'd appreciate having once since I use Cygwin to produce my MinGW packages. BTW: Your linker script SEARCH_LIB("/usr/lib"); ... entries cause headaches on mingw pure. mingw ld should not be linked with that. E.g. see https://trac.parrot.org/parrot/ticket/322 mingw32\lib\ldscripts\i386pe.x: /* Default linker script, for normal executables */ OUTPUT_FORMAT(pei-i386) SEARCH_DIR("/mingw/mingw32/lib"); SEARCH_DIR("/mingw/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib"); ... -- Reini Urban http://phpwiki.org/ http://murbreak.at/ -- 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/