Displaying 4 results from an estimated 4 matches for "cpu64bit_capable".
2009 Feb 10
2
[LLVMdev] Building 64-bit libraries on OS X
Hi,
how do I compile LLVM for 64-bit on OS X? I want to get 64-bit
libraries which generate x86_64 to link them into a 64-bit
application. All my attempts ended up with either 32-bit libraries or
errors. My machine is an Intel Xeon quad core, 'sysctl
hw.cpu64bit_capable' returns 1 so I think the machine is fine.
- './configure && make' yields 32-bit libraries and executables
- I've tried various variations of ./configure --host X and ./
configure --target X. I am not sure which target triple to use (the
getting started guide says "...
2009 Feb 10
0
[LLVMdev] Building 64-bit libraries on OS X
...rote:
> Hi,
>
> how do I compile LLVM for 64-bit on OS X? I want to get 64-bit
> libraries which generate x86_64 to link them into a 64-bit
> application. All my attempts ended up with either 32-bit libraries or
> errors. My machine is an Intel Xeon quad core, 'sysctl
> hw.cpu64bit_capable' returns 1 so I think the machine is fine.
>
> - './configure && make' yields 32-bit libraries and executables
> - I've tried various variations of ./configure --host X and ./
> configure --target X. I am not sure which target triple to use (the
> getting star...
2009 Feb 09
1
[LLVMdev] Building 64-bit libraries on OS X
Hi,
how do I compile LLVM for 64-bit on OS X? I want to get 64-bit libraries which generate x86_64 to link them into a 64-bit application. All my attempts ended up with either 32-bit libraries or errors. My machine is an Intel Xeon quad core, 'sysctl hw.cpu64bit_capable' returns 1 so I think the machine is fine.
- './configure && make' yields 32-bit libraries and executables
- I've tried various variations of ./configure --host X and ./configure --target X. I am not sure which target triple to use (the getting started guide says "The...
2010 Sep 09
3
polarcypto and tsi libraries, needed in Wine
Doe anyone know where I can get
PolarCrypto.dll and
TSI.dll
libraries from so that I can load them through Wine on my Mac.
I was lucky enough to get other libraries that I was missing from Winetricks but still need these last two. I get error messages that they are needed when I try to load TroopMaster 2010 application through Wine on a Mac. Thanks