Displaying 1 result from an estimated 1 matches for "initializenativetargetnative".
2011 May 29
1
[LLVMdev] LLVMInitializeNativeTarget error
...b/b7050b841108dc703e58563a4cff8845603c950d/test/simpletest2.fs>
... but if I uncomment the initializeNativeTarget line I get the
following error from mono:
Unhandled Exception: System.EntryPointNotFoundException:
LLVMInitializeNativeTarget
at (wrapper managed-to-native)
LLVM.Generated.Target:initializeNativeTargetNative ()
at Simpletest2.main (System.String[] _arg5) [0x00000] in <filename unknown>:0
I'm using LLVM on OS X 10.5 and since enable-shared is needed for use
with mono it was configured as:
./configure --enable-shared --prefix=/Users/keith/lib
--exec-prefix=/Users/keith/bin
The LLVM bindings...