Date: Thu, 8 Aug 1996 09:11:11 +0200 (IST) From: Eli Zaretskii To: pgruber3 AT tu-graz DOT ac DOT at Cc: djgpp AT delorie DOT com Subject: Re: Linking Borland Libraries with DJGPP In-Reply-To: <4tqfmn$b0q@fstgal00.tu-graz.ac.at> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 1 Aug 1996 pgruber3 AT tu-graz DOT ac DOT at wrote: > Has anybody experience in LINKING Borland compiled Libraries with the GNU Linker ld ? > Is there a BFD existing with witch I can link *.obj Files from the Borland Compiler ? Short answer: usually, no. For details please download the file v2/faq201b.zip from the same place you get DJGPP and read section 17.5 of the DJGPP FAQ list. > I want to do this because I need to be on CPL 0 with the CWSDPR0 DPMI server, to > directly manipulate some critical things. But when I try to start Borland compiled > programs under CWSDPR0 I got the message that rtm32.exe is not able to > initialize a dpmi32*.ovl file or I got a protection fault. This seems to imply that you use the Borland 32-bit compiler. Chances are, they need the Borland's DPMI server to run, which is incompatible with CWSDPR0. I suggest you try either PMODE/DJ or Windows to see if that will solve your problem, but don't hold your breath: it probably won't.