search for: lhello

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

Did you mean: hello
2017 Apr 27
2
ld.lld on MacOS question
...ellar/llvm/4.0.0_1/bin/ld.lld \ -flavor darwin \ -v \ -sdk_version 10.5.0 \ -demangle \ -arch x86_64 \ -undefined dynamic_lookup \ -dylib \ -dynamic \ -o libhello.dylib \ hello.o $ file libhello.dylib libhello.dylib: Mach-O 64-bit dynamically linked shared library x86_64 $ gcc x.c -L. -lhello ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag but no LC_REEXPORT_DYLIB load commands: ./libhello.dylib file ‘./libhello.dylib' -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170427/0b9a894e/att...
2017 Apr 27
1
ld.lld on MacOS question
...\ > -sdk_version 10.5.0 \ > -demangle \ > -arch x86_64 \ > -undefined dynamic_lookup \ > -dylib \ > -dynamic \ > -o libhello.dylib \ > hello.o > > $ file libhello.dylib > libhello.dylib: Mach-O 64-bit dynamically linked shared library x86_64 > > $ gcc x.c -L. -lhello > ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag but no > LC_REEXPORT_DYLIB load commands: ./libhello.dylib file ‘./libhello.dylib' > > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://...
2017 May 11
2
ld.lld on MacOS question
...k_version 10.5.0 \ > -demangle \ > -arch x86_64 \ > -undefined dynamic_lookup \ > -dylib \ > -dynamic \ > -o libhello.dylib \ > hello.o > > $ file libhello.dylib > libhello.dylib: Mach-O 64-bit dynamically linked shared library x86_64 > > $ gcc x.c -L. -lhello > ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag but no LC_REEXPORT_DYLIB load commands: ./libhello.dylib file ‘./libhello.dylib' > > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:ll...
2017 May 06
0
ld.lld on MacOS question
...\ >> -arch x86_64 \ >> -undefined dynamic_lookup \ >> -dylib \ >> -dynamic \ >> -o libhello.dylib \ >> hello.o >> >> $ file libhello.dylib >> libhello.dylib: Mach-O 64-bit dynamically linked shared library x86_64 >> >> $ gcc x.c -L. -lhello >> ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag but no >> LC_REEXPORT_DYLIB load commands: ./libhello.dylib file ‘./libhello.dylib' >> >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llv...
2017 May 12
2
ld.lld on MacOS question
...; -arch x86_64 \ >> -undefined dynamic_lookup \ >> -dylib \ >> -dynamic \ >> -o libhello.dylib \ >> hello.o >> >> $ file libhello.dylib >> libhello.dylib: Mach-O 64-bit dynamically linked shared library x86_64 >> >> $ gcc x.c -L. -lhello >> ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag but no LC_REEXPORT_DYLIB load commands: ./libhello.dylib file ‘./libhello.dylib' >> >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev...
2017 May 16
1
ld.lld on MacOS question
...;> -dynamic \ >>>>> -o libhello.dylib \ >>>>> hello.o >>>>> >>>>> $ file libhello.dylib >>>>> libhello.dylib: Mach-O 64-bit dynamically linked shared library x86_64 >>>>> >>>>> $ gcc x.c -L. -lhello >>>>> ld: malformed dylib has MH_NO_REEXPORTED_DYLIBS flag but no >>>>> LC_REEXPORT_DYLIB load commands: ./libhello.dylib file ‘./libhello.dylib' >>>>> >>>>> >>>>> >>>>> >>>>> ______________...