dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mercury ILDasming was ([DotGNU]Mercury on Portable.NET (not successful))


From: James Michael DuPont
Subject: Mercury ILDasming was ([DotGNU]Mercury on Portable.NET (not successful))
Date: Sun, 2 Mar 2003 18:57:53 +0100 (CET)

Thanks to rhys, he has fixed %99.99 of all bugs that prevent the ilasm
and ildasm of mercury.

I have been hacking the ildasm to remove any
of the resources.
Here is my patch to turn off the resource dumping and reorder the .data
sections to the top of the file :
https://savannah.gnu.org/bugs/?func=detailbug&bug_id=2695&group_id=353

Now, you can compile like this,
based on the dlls from Fergus

echo 'ildasm -q $1 > $1.il' > dasm.sh 
for x in *.dll; do sh ./dasm.sh $x; done
for x in *.dll.il; do ilasm $x; done
ilalink  *.dll.obj

I get only these errors :
address@hidden@?$AA@ : multiply defined
_fltused : multiply defined
a.out.exe: no entry point specified

So we are almost there,

mike

=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Bis zu 100 MB Speicher bei http://premiummail.yahoo.de


reply via email to

[Prev in Thread] Current Thread [Next in Thread]