[Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 15 08:09:13 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8548
--- Comment #2 from wbrana at gmail.com 2012-08-15 08:09:12 PDT ---
dmd.2.060.zip
dmd2/linux/bin64/dmd
import std.stdio;
void main(string[] args)
{
writeln("hello world");
writefln("args.length = %d", args.length);
foreach (index, arg; args)
{
writefln("args[%d] = '%s'", index, arg);
}
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list