Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Sun, 06 Oct 2002 19:06:52 -0700 From: "Joseph I. Davida" Subject: Compiliing lftp 2.6.2 on latest cygwin To: cygwin AT cygwin DOT com Message-id: <0H3L00EIF9N046@mta5.snfc21.pbi.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Looks like the cygwin C library is looking for a symbol (probably in one of the Windows' DLL's), but is unresolved. How should the Makefile be modified to make this linkload work? /bin/sh ../libtool --silent --mode=link gcc -O2 -Wall -Wwrite-strings -Woverloa ded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Winline -s -o lft p.exe -export-dynamic lftp.o complete.o lftp_rl.o libjobs.a libtasks.a -lreadli ne -lcurses ../lib/liblib.a -lintl -liconv -lssl -lcrypto /usr/lib/libcygwin.a(libcmain.o)(.text+0x81): undefined reference to `WinMain AT 16 ' collect2: ld returned 1 exit status Cheers, Joe -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/