Displaying 5 results from an estimated 5 matches for "ldopen".
Did you mean:
dlopen
2005 Oct 30
3
[LLVMdev] Still can't compile backend or frontend on Windows
...n the hope that
it had better support for Windows as some of the release notes seemed to
indicate. I followed the Mingw installation instructions on
http://www.geocities.com/henrik_bach_llvm/
There were a bunch of Warnings during the configure phase involving
missing utilities such as mmap and ldopen(). When I started make I died
with the following message:
llvm[1]: Compiling IsNAN.cpp for Debug build
llvm[1]: Compiling PluginLoader.cpp for Debug build
llvm[1]: Compiling SlowOperationInformer.cpp for Debug build
In file included from
D:/Apps/msys/src/llvmobj/../llvm/lib/Support/SlowOperation...
2005 Oct 30
0
[LLVMdev] Still can't compile backend or frontend on Windows
...ow that cygwin
works to some degree (though the release build is broken due to cygwin
bugs?), but I'm not familiar with the state of mingw. It seems not as
good as it could be.
> There were a bunch of Warnings during the configure phase involving missing
> utilities such as mmap and ldopen(). When I started make I died with the
> following message:
> llvm[1]: Compiling IsNAN.cpp for Debug build
...
> (sigh) I thought operating system specific headers such as unistd.h were not
> supposed to be needed. Perhaps someone who has successfully compiled the
> backend un...
2005 Oct 30
1
[LLVMdev] Re: LLVMdev Digest, Vol 16, Issue 24
...had better support for Windows as some of the release notes seemed to
>indicate. I followed the Mingw installation instructions on
>http://www.geocities.com/henrik_bach_llvm/
>
>There were a bunch of Warnings during the configure phase involving
>missing utilities such as mmap and ldopen(). When I started make I died
>with the following message:
>llvm[1]: Compiling IsNAN.cpp for Debug build
>llvm[1]: Compiling PluginLoader.cpp for Debug build
>llvm[1]: Compiling SlowOperationInformer.cpp for Debug build
>In file included from
>D:/Apps/msys/src/llvmobj/../llvm/li...
2004 Nov 29
0
[LLVMdev] New JIT Feature
...s now a new "LLVMLIBS=JIT" feature in the
makefile system. See http://llvm.cs.uiuc.edu/docs/MakefileGuide.html#JIT
for the details.
This feature was aimed at solving the "can't link symbols starting with
two underscores" problem that occurred on PPC recently. The necessary
-ldopen self flag is now passed when building any JIT tool to ensure
symbols are resolved to the executable as well.
Could the PPC JIT folks update, rebuild lli and let me know if this
makefile change plus the usage of DynamicLibrary fixes the problem?
Thanks,
Reid.
-------------- next part -----------...
2005 Nov 01
4
[LLVMdev] Re: Still can't compile backend or frontend on, Windows
...or Windows as some of the release notes seemed to
>>indicate. I followed the Mingw installation instructions on
>>http://www.geocities.com/henrik_bach_llvm/
>>
>>There were a bunch of Warnings during the configure phase involving
>>missing utilities such as mmap and ldopen(). When I started make I died
>>with the following message:
>>llvm[1]: Compiling IsNAN.cpp for Debug build
>>llvm[1]: Compiling PluginLoader.cpp for Debug build
>>llvm[1]: Compiling SlowOperationInformer.cpp for Debug build
>>In file included from
>>D:/Apps/msy...