| www.delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| Subject: | Re: dynldlnk...DJGPP 2.04.... |
| From: | "Florian Xaver" <wosrediinanatour AT aon DOT at> |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| References: | <op DOT tommmrbcfbdswm AT arachne> |
| Date: | Sat, 03 Mar 2007 19:56:02 +0100 |
| Message-ID: | <op.tommvoi1fbdswm@arachne> |
| User-Agent: | Opera Mail/9.10 (Win32) |
| Lines: | 46 |
| NNTP-Posting-Host: | 212.183.121.60 |
| X-Trace: | 1172948090 newsreader01.highway.telekom.at 26582 212.183.121.60:20715 |
| 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
dynld.c (link on left site) is the "loader" in the program.
On Sat, 03 Mar 2007 19:50:41 +0100, Florian Xaver
<wosrediinanatour AT aon DOT at> 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
<http://www.flox.at.tf> oZone GUI, private homepage
Dr-DOS <http://www.drdos.org>
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |