From: serge DOT torres AT poste DOT cndp DOT fr (Serge Torres) Subject: Linking against .lib libraries 5 Sep 1998 05:11:49 -0700 Message-ID: <3.0.1.32.19980904215352.006931e0.cygnus.gnu-win32@mailhost.cndp.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: gnu-win32 AT cygnus DOT com Hi, I'm trying to build a dll wich has a code written and compiled with cygwin32 and at the last stage has to be linked it a .lib library from Microsoft. I need this combination to create a dll that implements new extended procedures in MS SQLSERVER. I have manged to link to the library but I get a lot of warnings ("ignoring duplicate section `.text`" as mentioned, in a not very different context by Berend Ozceri from Istanbul. The dll is definetly unworkable, it will not be loaded by SQL SERVER and when viewed under an hex editor will show a lot of source code included. I think I've understood that .lib file format is not compatible with .a format. Is it ture ? Is it really impossible to link cygwin (egcs 2.0.1) generated against .lib libraries ? Is it really hopeless ? I would not like to have to move back to VC. Thanks Serge Torres Centre National de Documentation Pedagogique - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".