From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16214 invoked by alias); 22 Mar 2012 22:41:48 -0000 Received: (qmail 16111 invoked by uid 22791); 22 Mar 2012 22:41:47 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_GX,TW_XC,TW_YG X-Spam-Check-By: sourceware.org Received: from mail-iy0-f171.google.com (HELO mail-iy0-f171.google.com) (209.85.210.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Mar 2012 22:41:32 +0000 Received: by iadj38 with SMTP id j38so3496461iad.2 for ; Thu, 22 Mar 2012 15:41:31 -0700 (PDT) Received: by 10.50.184.166 with SMTP id ev6mr367531igc.63.1332456091502; Thu, 22 Mar 2012 15:41:31 -0700 (PDT) Received: from [192.168.0.100] (S0106000cf16f58b1.wp.shawcable.net. [24.79.200.150]) by mx.google.com with ESMTPS id al5sm3231397igc.5.2012.03.22.15.41.30 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Mar 2012 15:41:30 -0700 (PDT) Message-ID: <4F6BAA9B.20207@users.sourceforge.net> Date: Thu, 22 Mar 2012 22:41:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: Linking Errors related to X11 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2012-03/txt/msg00057.txt.bz2 On 2012-03-22 14:46, Tom Szczesny wrote: > g++ -O2 -o aplus.exe mainC.o aplus_main.o aplus_uext.o matherr.o > -L/usr/local/aplus-fsf-4.22/src/IPC -L/usr/local/aplus-fsf-4.22/src/cxs > -L/usr/local/aplus-fsf-4.22/src/cxb -L/usr/local/aplus-fsf-4.22/src/AplusGUI > -L/usr/local/aplus-fsf-4.22/src/cxsys -L/usr/local/aplus-fsf-4.22/src/cxc > -L/usr/local/aplus-fsf-4.22/src/esf -L/usr/local/aplus-fsf-4.22/src/a > -L/usr/local/aplus-fsf-4.22/src/dap -L/usr/local/aplus-fsf-4.22/src/MSGUI > -L/usr/local/aplus-fsf-4.22/src/MSIPC > -L/usr/local/aplus-fsf-4.22/src/MSTypes .libs/libimp-cygX11-6.a > .libs/libimp-cygxcb-1.a .libs/libimp-cygXau-6.a > .libs/libimp-cygXdmcp-6.a > ../../src/IPC/.libs/libIPC.a ../../src/cxs/.libs/libcxs.a > ../../src/cxb/.libs/libcxb.a ../../src/AplusGUI/.libs/libAplusGUI.a > ../../src/cxsys/.libs/libcxsys.a ../../src/cxc/.libs/libcxc.a > ../../src/esf/.libs/libesf.a ../../src/a/.libs/liba.a > ../../src/dap/.libs/libdap.a > ../../src/MSGUI/.libs/libMSGUI.a ../../src/MSIPC/.libs/libMSIPC.a > ../../src/MSTypes/.libs/libMSTypes.a -lpthread -ldl > ../../src/AplusGUI/.libs/libAplusGUI.a(AGIF.o):AGIF.C:(.text+0x13ba): > undefined reference to `_XWarpPointer' For future reference, this package includes a very old version of libtool which is not guaranteed to work on Cygwin. This is why running autoreconf is standard procedure when building autoconf-based packages. Yaakov -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/