Re: Call for help on testing integer-gmp2 on non-Linux archs

2014-07-23 Thread Herbert Valerio Riedel
Hello Niklas, On 2014-07-22 at 23:38:07 +0200, Niklas Larsson wrote: > I can do both 32 and 64-bit builds.I started with 32 bits. Both would be interesting! > I got [...] > Loading package ghc-prim ... linking ... done. > Loading package integer-gmp2 ... linking ... ghc-stage2.exe: unable to l

Re: Call for help on testing integer-gmp2 on non-Linux archs

2014-07-22 Thread Niklas Larsson
I can do both 32 and 64-bit builds.I started with 32 bits. I got "inplace/bin/ghc-stage2.exe" -hisuf hi -osuf o -hcsuf hc -static -H64m -O0 -fasm-package-name vector-0.10.9.1 -hide-all-packages -i -ilibraries/vector/. -ilibraries/vector/dist-install/build -ilibraries/vec

Re: Call for help on testing integer-gmp2 on non-Linux archs

2014-07-22 Thread Christiaan Baaij
The testsuite results are here: http://paste.ubuntu.com/7836630/ On Jul 22, 2014, at 2:11 PM, Christiaan Baaij wrote: > Starting a build on my MAC: > > OS: 10.8.5 > XCode: XCode 4 CLI-only (so _no_ full Xcode, that is, xcode-select fails) > GCC: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Ba

Re: Call for help on testing integer-gmp2 on non-Linux archs

2014-07-22 Thread Christiaan Baaij
Starting a build on my MAC: OS: 10.8.5 XCode: XCode 4 CLI-only (so _no_ full Xcode, that is, xcode-select fails) GCC: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) GHC: 7.8.3 On Jul 22, 2014, at 2:02 PM, Herbert Valerio Riedel wrote: > On

Re: Call for help on testing integer-gmp2 on non-Linux archs

2014-07-22 Thread Herbert Valerio Riedel
On 2014-07-22 at 13:33:04 +0200, Niklas Larsson wrote: > I can test on Windows. great! Are you using the 32bit or 64bit compiler? All you'd need to do is 'git checkout' the wip/T9281 branch, add the line INTEGER_LIBRARY=integer-gmp2 at the end of mk/build.mk (and 'BuildFlavour=quick' should

Re: Call for help on testing integer-gmp2 on non-Linux archs

2014-07-22 Thread Niklas Larsson
I can test on Windows. Niklas 2014-07-22 10:07 GMT+02:00 Herbert Valerio Riedel : > Hello *, > > As some of you may have already noticed, there's an attempt[1] in the > works to reimplement integer-gmp in such a way to avoid overriding GMP's > internal memory allocator functions, and thus make

Call for help on testing integer-gmp2 on non-Linux archs

2014-07-22 Thread Herbert Valerio Riedel
Hello *, As some of you may have already noticed, there's an attempt[1] in the works to reimplement integer-gmp in such a way to avoid overriding GMP's internal memory allocator functions, and thus make it possible to link GHC/integer-gmp compiled programs with other components linked to libgmp wh