This is the mail archive of the cygwin@sourceware.cygnus.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]

NcFTP's configure & readline


Hi,

while trying to compile ncftp v2.4.3 for cygwin B20.1 (patched with 19991122
snapshot), its configure script complained about not being able to find
readline. Since I know libreadline.a lives on /cygnus/.../lib/libreadline.a,
I decided to take a closer look at config.log, and I found this:

configure:2436: gcc -o conftest -O2 -I/usr/local/include -L/usr/local/lib
confte
st.c -lreadline   1>&5
c:\cygnus\CYGWIN~1\H-I586~1\bin\..\lib\gcc-lib\i586-cygwin32\egcs-2.91.57\..
\..\
../libreadline.a(readline.o)(.text+0x1815):readline.c: undefined reference
to `_ctype_'

Looking even closer, I realized all the complaints were about the same
_ctype_, which a grep on the include files at /cygnus/.../include reports as
being defined on ctype.h. Is there anything strange with my configuration or
should I have done something else on the configure phase?

My cygwin is B20.1, with cygwin-inst-19991122.tar.gz installed over it. I
attached the output of cygcheck -s in case anybody would like to take a look
at it.

TIA,

Andre
--
André Oliveira da Costa
(costa@cade.com.br)

Cygnus Win95/NT Configuration Diagnostics
Current System Time: Thu Dec 02 19:54:21 1999

WinNT Ver 4.0 build 1381 Service Pack 5

Path:	.
	/bin
	/costa/bin
	/cygnus/CYGWIN~1/H-I586~1/bin
	/usr/local/bin/
	/WINNT/system32
	/WINNT
	/Program Files/Microsoft Visual Studio/Common/Tools/WinNT
	/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin
	/Program Files/Microsoft Visual Studio/Common/Tools
	/Program Files/Microsoft Visual Studio/VC98/bin
	/home/bin
	/bin
	/usr/local/bin
	%PATH%

SysDir: C:\WINNT\System32
WinDir: C:\WINNT

CYGWIN = `notitle binmode glob ntea ntsec'
HOME = `/costa'
MAKE_MODE = `UNIX'
PWD = `/tmp/ncftp-2.4.3'
USER = `costa'

Use `-r' to scan registry

a:  fd           N/A    N/A                    
c:  hd  NTFS    8056Mb  26% CP CS UN PA FC     
d:  cd           N/A    N/A                    
e:  net NTFS    4886Mb  86% CP CS UN PA FC     DiskC
f:  net NTFS    4886Mb  86% CP CS UN PA FC     DiskC
g:  net          N/A    N/A                    
i:  net NTFS   26027Mb  64% CP CS UN PA FC     
n:  net NTFS   26027Mb  64% CP CS UN PA FC     
p:  net NTFS   26027Mb  64% CP CS UN PA FC     
t:  net NTFS   26027Mb  64% CP CS UN PA FC     
u:  net NTFS   26027Mb  64% CP CS UN PA FC     

c:    /        user    binmode
I:    /download  user    binmode
u:    /home    user    binmode

Found: c:\cygnus\CYGWIN~1\H-I586~1\bin\bash.exe
Found: c:\cygnus\CYGWIN~1\H-I586~1\bin\cat.exe
Not Found: cpp (good!)
Found: c:\cygnus\CYGWIN~1\H-I586~1\bin\find.exe
Found: c:\cygnus\CYGWIN~1\H-I586~1\bin\gcc.exe
Found: c:\cygnus\CYGWIN~1\H-I586~1\bin\gdb.exe
Found: c:\cygnus\CYGWIN~1\H-I586~1\bin\ld.exe
Found: c:\bin\ls.exe
Found: c:\cygnus\CYGWIN~1\H-I586~1\bin\ls.exe
Found: \bin\ls.exe
Found: c:\cygnus\CYGWIN~1\H-I586~1\bin\make.exe
Found: c:\bin\sh.exe
Found: c:\cygnus\CYGWIN~1\H-I586~1\bin\sh.exe
Found: \bin\sh.exe

  371k 1998/12/01 c:\cygnus\CYGWIN~1\H-I586~1\bin\cygtcl80.dll
    5k 1998/12/01 c:\cygnus\CYGWIN~1\H-I586~1\bin\cygtclpip80.dll
   10k 1998/12/01 c:\cygnus\CYGWIN~1\H-I586~1\bin\cygtclreg80.dll
  600k 1998/12/01 c:\cygnus\CYGWIN~1\H-I586~1\bin\cygtk80.dll
  533k 1999/11/23 c:\cygnus\CYGWIN~1\H-I586~1\bin\cygwin1.dll
Use -h to see help about each section
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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