X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-class: urn:content-classes:message Subject: RE: aplus-fsf (XWarpPointer) Date: Wed, 21 Mar 2012 14:29:01 +0100 Message-ID: <6BFA9AF2C7556E42AFF3F187ECAB07B802DB0069@bespdc01.mediaxim.local> In-Reply-To: References: From: "Michel Bardiaux" To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q2LDTSG2001709 [snip] > -L../../src/MSTypes -L -lX11 -lpthread -ldl -lm mainC.o aplus_main.o aplus_uext.o matherr.o [snip] Problem here ...........^^^^^^^ Literally it means "gcc please also look for libraries in directory -lX11", effectively gobbling up -lX11 (no, you don't get a message because the directory -lX11 does not exist!). Either a bug in the configure file (& bros.) for aplus, or it expects you to specify some variable that has to be expanded after the -L, maybe the path to the X libraries? Try configure --help. HaND, Michel Bardiaux -- 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