X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Subject: Re: dynldlnk...DJGPP 2.04.... From: "Florian Xaver" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp References: Content-Transfer-Encoding: 7bit Date: Sat, 03 Mar 2007 19:52:16 +0100 Message-ID: User-Agent: Opera Mail/9.10 (Win32) Lines: 46 NNTP-Posting-Host: 212.183.121.60 X-Trace: 1172947866 newsreader02.highway.telekom.at 25621 212.183.121.60:13735 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com PS: the code of the linker (?) dynldlnk.c is also avaiable online: http://www.koders.com/c/fidE00FB0A2915034AC930F0B3036747192BF4EB7E4.aspx On Sat, 03 Mar 2007 19:50:41 +0100, Florian Xaver wrote: > Hi, > > I have some problems. I am hunting bugs in a software, which I haven't > written. It uses dynldlnk using "dynld.ld" with > > OUTPUT_FORMAT("coff-go32") > FORCE_COMMON_ALLOCATION > SECTIONS { > .text : { > *(.text) > *(.data) > *(.bss) > *(COMMON) > } > } > > My questions: > > Now I compiled it with DJGPP 2.04...and have many troubles. No problems > with compiling and linking (using a dynldlnk.c/.exe file...). > > 1) Is this a problem of 2.04? > 2) Do you know a source where I can learn this "code" in "dynld.ld"? Or > what does this "code" mean? > 3) I know that 2.04 should support such a construct... does it? Could > there be problem with THIS code? > Any ideas? > > Thanks, > Flo > -- Florian Xaver oZone GUI, private homepage Dr-DOS