This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiliing lftp 2.6.2 on latest cygwin


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@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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]