Date: Sat, 5 Feb 2000 11:50:42 -0600 (CST) From: Iain Pardoe To: djgpp AT delorie DOT com Subject: Re: Creating a DLL In-Reply-To: <6r5f9sknlmalvr21birbog46c08r2373eh@4ax.com> Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 2 Feb 2000, Damian Yerrick wrote: > On Tue, 1 Feb 2000 09:09:52 +0200 (IST), Eli Zaretskii > wrote: > > >On Mon, 31 Jan 2000, Iain Pardoe wrote: > > > >> Can anyone help me with creating a DLL (dynamic link library) > >> for C or Fortran code with DJGPP (for use in S-PLUS). > > > >You can't. DJGPP doesn't support creating DLLs. > > Does it with RSXNTDJ? > Apparently so, but I cannot get it to work. I get the following error when trying (for example) gccw32.exe -Zdll -o dllcrt.dll dllcrt.o dllcrt.def: c:/djgpp/bin/ld.exe:dllcrt.def: file format not recognized; treating as linker script then there is a parse error. Can anyone help? (I'm a complete novice with this) Iain Pardoe i DOT pardoe AT stat DOT umn DOT edu