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]

Re: GNU-Win32 Beta 19 is available!


>> I'm pleased to announce the immediate availability of the 19th beta
>> release of the GNU-Win32 tools for Windows NT and 95.
>
Hi there.  At the risk of making more newbie mistakes, let me call your
attention to the problems I am having in linking sockets applications
under b19 cygwin.  This is a reasonably conscientious setup, with the
new sh.exe copied to c:\bin and, of course, cygnus.bat called to set
the environment.

BASH.EXE-2.01$ make
cd src; make all
/dev/hda5/src/slrn/src/objs/chkslang slrn 10000
cd /dev/hda5/src/slrn/src/objs; gcc art.o chmap.o editscore.o group.o grplens.o
hash.o help.o interp.o menu.o mime.o misc.o post.o score.o server.o sortdate.o s
lrn.o startup.o ttymsg.o util.o uudecode.o xover.o slrndir.o version.o -o slrn
-L/dev/hda5/src/slang/src/objs -lslang -ltermcap -lm
misc.o(.text+0x1855):misc.c: undefined reference to `gethostbyname'
misc.o(.text+0x1876):misc.c: undefined reference to `gethostbyname'
server.o(.text+0x8a):server.c: undefined reference to `inet_addr'
server.o(.text+0xa0):server.c: undefined reference to `gethostbyname'
server.o(.text+0x12e):server.c: undefined reference to `socket'
server.o(.text+0x178):server.c: undefined reference to `inet_ntoa'
server.o(.text+0x1a9):server.c: undefined reference to `connect'
server.o(.text+0x640):server.c: undefined reference to `getservbyname'
make[1]: *** [/dev/hda5/src/slrn/src/objs/slrn] Error 1
make: *** [all] Error 2
BASH.EXE-2.01$

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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