This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

RE: GoAhead Webserver 2.1



On 09-Nov-2000 amassa@cts.com wrote:
> I am trying to link the libwebs.a compiled from the GoAhead webserver,
> however, I am getting the following error:
> 
> /lib/libwebs.a(sock.o): In function `socketGetPort':
> ../sock.c:787: undefined reference to `send'
> ../sock.c:787: undefined reference to `recv'
> /lib/libwebs.a(sockGen.o): In function `socketSockBuffered':
> ../sockGen.c:1010: undefined reference to `recv'
> collect2: ld returned 1 exit status
> make[1]: *** [MBX.img] Error 0x1
> 
> 
> I can't understand why it would be unable to locate these functions (send
> and recv) which are located in the same file sys/socket.h as sendto which is
> also called in sock.c and recvfrom called in sockGen.c.
> 
> Do you know what I am doing wrong or forgetting?

These are only in the latest anonCVS sources, which include the POSIX layers.
You need to make sure that you have 'CYGPKG_IO_FILEIO' included.  This comes
as standard now when you select the "net" template.


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