X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Wed, 21 Mar 2012 13:39:23 -0400 Message-ID: Subject: Re: aplus-fsf (XWarpPointer) From: Tom Szczesny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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 a snippet from aplus-fsf-4.22/src/main/Makefile : EXEEXT = .exe OBJEXT = o PATH_SEPARATOR = : AMTAR = tar AS = @AS@ AWK = gawk CC = gcc CXX = g++ DEPDIR = .deps DLLTOOL = @DLLTOOL@ ECHO = echo INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBTOOL_DEPS = config/ltmain.sh LN_S = ln -s MAINT = # OBJDUMP = @OBJDUMP@ PACKAGE = aplus-fsf RANLIB = ranlib STRIP = strip VERSION = 4.22 X_INCLUDES = -I X_LIBS = -L -lX11 am__include = include am__quote = install_sh = /usr/local/aplus-fsf-4.22/config/install-sh I assume that the line X_LIBS= -L -lX11 should read something different. I've tried various things to no avail. What is normally put in a Makefile to indicate the location of X_LIBS for a Cygwin build? -- 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