This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: Where are the socket libraries?


Robert Nail wrote:
> 
> I try to link a simple socket program for Linux 6.0 but it can't find the
> SOCKADDR structure. Any ideas would be appreciated.

Try:
#include <sys/socket.h>
-- 
Curtis R. Anderson, Co-creator of "Gleepy the Hen", SP 2.5?, KoX
No digital wireless, no xDSL, no pagers. Keeps the riff-raff out.
http://www.madbbs.com/users/gleepy/    ICQ: 50137888
mailto:gleepy@intelligencia.com        UTM: PS 7036 7315, zone 17

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