Processed: Re: Bug#461125: ocaml-nox: linking into a shared library fails due to R_X86_64_32 relocations

2015-08-13 Thread Debian Bug Tracking System
Processing control commands: tags -1 + fixed-upstream pending Bug #461125 [ocaml-nox] ocaml-nox: linking into a shared library fails due to R_X86_64_32 relocations Added tag(s) pending and fixed-upstream. -- 461125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461125 Debian Bug Tracking

Bug#461125: ocaml-nox: linking into a shared library fails due to R_X86_64_32 relocations

2015-08-13 Thread Stéphane Glondu
Control: tags -1 + fixed-upstream pending Le 16/01/2008 19:53, Mathijs Romans a écrit : I'm not sure I understand the problem exactly, I'm sorry for that. I run on AMD64 and I'm making a shared library using the library libasmrun.a. However the linker complains that a relocation

Bug#461125: ocaml-nox: linking into a shared library fails due to R_X86_64_32 relocations

2009-12-02 Thread Joost Yervante Damad
Hello, I also ran into this issue and found the following workaround: 1) recompile libasmrun.a with -fPIC 2) link my library with -Wl,-Bsymbolic Then I am able to run a C binary that calls ocaml where ocaml lives in the created .so. 2) is not very nice. I tried solving it by sprinkling @PLT

Bug#461125: ocaml-nox: linking into a shared library fails due to R_X86_64_32 relocations

2008-01-16 Thread Mathijs Romans
Package: ocaml-nox Version: 3.10.0-13 Severity: normal I'm not sure I understand the problem exactly, I'm sorry for that. I run on AMD64 and I'm making a shared library using the library libasmrun.a. However the linker complains that a relocation R_X86_64_32 can not be used, because the