search for: mh_no_reexported_dylib

Displaying 6 results from an estimated 6 matches for "mh_no_reexported_dylib".

2017 Apr 27
2
ld.lld on MacOS question
...ary I (surprisingly for a shared lib?) 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 supporte...
2017 Apr 27
1
ld.lld on MacOS question
...ib?) 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...
2017 May 11
2
ld.lld on MacOS question
...ed lib?) 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 ge...
2017 May 06
0
ld.lld on MacOS question
..._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 lik...
2017 May 12
2
ld.lld on MacOS question
...ymbols 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 s...
2017 May 16
1
ld.lld on MacOS question
...;>>> >>>>> -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...