Displaying 9 results from an estimated 9 matches for "lc_reexport_dylib".
2014 Jul 05
2
[LLVMdev] [lld] [mach-o]: RFC: representing LC_REEXPORT_DYLIB
On Wed, Jul 02, 2014 at 05:09:14PM -0700, Nick Kledzik wrote:
> Shankar, Does lld for ELF support loading indirect DSOs?
It doesn't, which is a bug.
Joerg
2014 Jul 05
2
[LLVMdev] [lld] [mach-o]: RFC: representing LC_REEXPORT_DYLIB
On Sat, Jul 05, 2014 at 01:33:11PM -0700, shankarke wrote:
> Gnu linker does not support for some reason as well, if we are
> emulating the gnu behavior it might be good to handle it in the same way.
Binutils broke the ELF behavior with some recent versions. That is not
something to follow.
Joerg
2014 Jul 01
7
[LLVMdev] [lld] [mach-o]: RFC: representing LC_REEXPORT_DYLIB
Hi all,
I've been thinking about how best to represent MachO's
LC_REEXPORT_DYLIB (used even by libSystem.dylib to provide its various
sub-components[*]).
It looks like this functionality would naturally fall into the
InputGraph, in analogy with Groups and Archives. Unfortunately, it's
rather more dynamic than the existing cases: we don't know the needed
files before pa...
2017 Apr 27
2
ld.lld on MacOS question
...get undefined symbols like _printf, stub runtime: dyld_stub_binder, _main, etc. Using the flag
-undefined dynamic_lookup
I get no errors or warnings but then when I try to link the shared library to a main program I get the error:
ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag
but no LC_REEXPORT_DYLIB load commands: ./libhello.dylib file './libhello.dylib'
I’ve included the shell file that makes the hello shared lib and the command that I use to link the file.
Thanks for any help, this looks like an amazing solution if it can get to work on all supported platforms.
Kind regards,
Pet...
2017 Apr 27
1
ld.lld on MacOS question
...stub
> runtime: dyld_stub_binder, _main, etc. Using the flag
>
> -undefined dynamic_lookup
>
> I get no errors or warnings but then when I try to link the shared library
> to a main program I get the error:
>
> ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag
> but no LC_REEXPORT_DYLIB load commands: ./libhello.dylib file
> './libhello.dylib'
>
> I’ve included the shell file that makes the hello shared lib and the
> command that I use to link the file.
>
> Thanks for any help, this looks like an amazing solution if it can get to
> work on all supporte...
2017 May 11
2
ld.lld on MacOS question
..., stub runtime: dyld_stub_binder, _main, etc. Using the flag
>
> -undefined dynamic_lookup
>
> I get no errors or warnings but then when I try to link the shared library to a main program I get the error:
>
> ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag
> but no LC_REEXPORT_DYLIB load commands: ./libhello.dylib file './libhello.dylib'
>
> I’ve included the shell file that makes the hello shared lib and the command that I use to link the file.
>
> Thanks for any help, this looks like an amazing solution if it can get to work on all supported platforms....
2017 May 06
0
ld.lld on MacOS question
...der, _main, etc. Using the flag
>>
>> -undefined dynamic_lookup
>>
>> I get no errors or warnings but then when I try to link the shared
>> library to a main program I get the error:
>>
>> ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag
>> but no LC_REEXPORT_DYLIB load commands: ./libhello.dylib file
>> './libhello.dylib'
>>
>> I’ve included the shell file that makes the hello shared lib and the
>> command that I use to link the file.
>>
>> Thanks for any help, this looks like an amazing solution if it can get to
&...
2017 May 12
2
ld.lld on MacOS question
...nder, _main, etc. Using the flag
>>
>> -undefined dynamic_lookup
>>
>> I get no errors or warnings but then when I try to link the shared library to a main program I get the error:
>>
>> ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag
>> but no LC_REEXPORT_DYLIB load commands: ./libhello.dylib file './libhello.dylib'
>>
>> I’ve included the shell file that makes the hello shared lib and the command that I use to link the file.
>>
>> Thanks for any help, this looks like an amazing solution if it can get to work on all suppo...
2017 May 16
1
ld.lld on MacOS question
...kup
>>>>>
>>>>> I get no errors or warnings but then when I try to link the shared
>>>>> library to a main program I get the error:
>>>>>
>>>>> ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag
>>>>> but no LC_REEXPORT_DYLIB load commands: ./libhello.dylib file
>>>>> './libhello.dylib'
>>>>>
>>>>> I’ve included the shell file that makes the hello shared lib and the
>>>>> command that I use to link the file.
>>>>>
>>>>> Tha...