Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!news.funet.fi!funic!polaris.utu.fi!polaris.utu.fi!magi From: magi@polaris.utu.fi (Marko Gronroos) Newsgroups: comp.lang.c++ Subject: BSD-style sockets with g++? Message-ID: Date: 23 Nov 90 18:21:25 GMT Sender: news@polaris.utu.fi Distribution: comp Organization: University of Turku Lines: 11 I have a big problem: I want to use BSD internet sockets from my program, but the normal header files are not compatible with g++. First I tried to change the headers, but it would have been a too big project.. I have also tried to first compile the socket-handling module with gcc and the client program with g++, and then link them together, but the object files don't seem to be compatible. I`m stuck. Any suggestions on either using the default headers or linking? (have I missed some important switch while compiling/linking?)