| www.delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| Date: | Sat, 03 Mar 2007 19:50:41 +0100 |
| Subject: | dynldlnk...DJGPP 2.04.... |
| From: | "Florian Xaver" <wosrediinanatour AT aon DOT at> |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| Message-ID: | <op.tommmrbcfbdswm@arachne> |
| User-Agent: | Opera Mail/9.10 (Win32) |
| Lines: | 36 |
| NNTP-Posting-Host: | 212.183.121.60 |
| X-Trace: | 1172947771 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 |
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 |