[Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8548 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object

2015-03-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8548 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #7 from Martin Nowak

[Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object

2015-02-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8548 Iain Buclaw changed: What|Removed |Added CC||l.wag...@m3t4l-server.de --- Comment #6 from Ia

[Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8548 --- Comment #5 from Maxim Fomin 2012-08-15 10:28:14 PDT --- (In reply to comment #4) > following command fails also with non-hardened gcc > > ./dmd -shared -fPIC hello.d > /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2-pre/../../../../x86_64-pc

[Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8548 --- Comment #4 from wbr...@gmail.com 2012-08-15 08:45:11 PDT --- following command fails also with non-hardened gcc ./dmd -shared -fPIC hello.d /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2-pre/../../../../x86_64-pc-linux-gnu/bin/ld: ./../lib64/

[Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8548 --- Comment #3 from wbr...@gmail.com 2012-08-15 08:19:34 PDT --- It seems dmd is incompatible with Gentoo Hardened gcc. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8548 --- Comment #2 from wbr...@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, ar

[Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object

2012-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8548 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #1 from