From: Jeffrey_Krupp AT May-Co DOT com X-Lotus-FromDomain: MAYCO To: djgpp AT delorie DOT com Message-ID: <862568A3.0070DF3A.00@MAYCO.COM> Date: Wed, 15 Mar 2000 15:31:50 -0500 Subject: linker error: Can not read symbols.. Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Reply-To: djgpp AT delorie DOT com Hi. I am having a linking problem where I get the message: 'Error: : can not read symbols'. The particular 'obj_filename' is one that uses a tcpip library. I have not seen this case posted on the mail-help, but I have seen something close ( can not read symbols: memory exhausted ). I am not getting the memory exhausted part. Since an object file is created, what symbols are the linker talking about? Is the tcpip library causing this problem? Any suggestions? Thanks.