X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4B8546EA.6030606@prager.ws> Date: Wed, 24 Feb 2010 10:34:02 -0500 From: Bernd Prager User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: two libuuid.a Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {1020:box307.bluehost.com:pragerws:prager.ws} {sentby:smtp auth 198.45.18.20 authed with pragerws} 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 Hi, I am running in a configuration issue in another project with two conflicting libuuid.a (one in /usr/lib/w32api and the other in /usr/lib/e2fsprogs). The construct: AC_SEARCH_LIBS(uuid_generate, uuid, , [AC_MSG_ERROR([cannot link with -luuid, install e2fsprogs])]) ;; basically fails. Is there a way to solve that without introducing something hardcoded like LDFLAGS="-L/usr/lib/e2fsprogs" what breaks portability? Thank you, -- Bernd -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple