Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 14:45

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: compiling problem
PostPosted: 24 Mar 2008 13:03 

Joined: 08 Sep 2007 18:55
Posts: 22
Hi!

When i press F9 to compile HLFILL i've got errors:
Code:
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x7):hlfill.c: undefined reference to `WSAGetLastError@0'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x655):hlfill.c: undefined reference to `WSAStartup@8'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x8ec):hlfill.c: undefined reference to `htons@4'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x917):hlfill.c: undefined reference to `htons@4'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x930):hlfill.c: undefined reference to `ntohs@4'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x941):hlfill.c: undefined reference to `inet_ntoa@4'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x974):hlfill.c: undefined reference to `socket@12'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0xa6c):hlfill.c: undefined reference to `closesocket@4'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0xad1):hlfill.c: undefined reference to `socket@12'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0xb05):hlfill.c: undefined reference to `bind@12'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0xeee):hlfill.c: undefined reference to `closesocket@4'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0xf3f):hlfill.c: undefined reference to `stristr'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0xfaf):hlfill.c: undefined reference to `stristr'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x1020):hlfill.c: undefined reference to `stristr'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x1062):hlfill.c: undefined reference to `stristr'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x1145):hlfill.c: undefined reference to `closesocket@4'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x1178):hlfill.c: undefined reference to `closesocket@4'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x12f4):hlfill.c: undefined reference to `sendto@24'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x136b):hlfill.c: undefined reference to `sendto@24'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x13e9):hlfill.c: undefined reference to `recvfrom@24'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x149c):hlfill.c: undefined reference to `select@20'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x17bc):hlfill.c: undefined reference to `inet_addr@4'
C:\DOCUME~1\pc\USTAWI~1\Temp/ccYxbaaa.o(.text+0x17d3):hlfill.c: undefined reference to `gethostbyname@4'


Hmm? What with this?


Top
 Profile  
 
 
 Post subject:
PostPosted: 24 Mar 2008 13:26 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
means simply that you have not specified the library which contains those undefined functions.
Take a look here:

http://aluigi.org/about.htm#compile

you need to specify the ws2_32 or wsock32 library


Top
 Profile  
 
 Post subject:
PostPosted: 01 Apr 2008 22:49 

Joined: 08 Sep 2007 18:55
Posts: 22
Ok big thanks :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: