Re: libgmp

2015-10-13 Thread Joshua Root
ote: >> On Oct 13, 2015, at 1:06 PM, Thomas Bodlien wrote: >>> it is really great, that Macports-Software is compiled with >>> Haswell-Optimizations. >>> But I want to bundle libgmp with an App. >>> How can I compile a universal Version of the Library? &

Re: libgmp

2015-10-13 Thread Daniel J. Luke
really great, that Macports-Software is compiled with >> Haswell-Optimizations. >> But I want to bundle libgmp with an App. >> How can I compile a universal Version of the Library? > > MacPorts doesn't specifically request haswell optimizations. Rather, gmp is > s

Re: libgmp

2015-10-13 Thread Ryan Schmidt
On Oct 13, 2015, at 1:06 PM, Thomas Bodlien wrote: > it is really great, that Macports-Software is compiled with > Haswell-Optimizations. > But I want to bundle libgmp with an App. > How can I compile a universal Version of the Library? MacPorts doesn't specificall

libgmp

2015-10-13 Thread Thomas Bodlien
Hello, it is really great, that Macports-Software is compiled with Haswell-Optimizations. But I want to bundle libgmp with an App. How can I compile a universal Version of the Library? Thomas Bodlien creative-software-des...@t-online.de

Re: libgmp

2015-10-12 Thread Rainer Müller
On 2015-10-11 16:14, Thomas Bodlien wrote: > This is, what I am getting: > > $ otool -tv /Volumes/SSD/SRC/Mac/Compute\ PI/libgmp.10.dylib |grep -A6 > ^___gmpn_sqr_basecase: > ___gmpn_sqr_basecase: > 00028fa0 cmpq$0x2, %rdx > 00028fa4

Re: libgmp

2015-10-11 Thread Thomas Bodlien
LL) > Exception Codes: 0x0001, 0x > Exception Note: EXC_CORPSE_NOTIFY > > The instruction can be found at this location: > > Thread 8 Crashed: > 0 libgmp.10.dylib 0x00010005bfa9 __gmpn_sqr_basecase + 9 > > In the libgmp.10.dylib I

Re: libgmp

2015-10-10 Thread Rainer Müller
can be found at this location: Thread 8 Crashed: 0 libgmp.10.dylib 0x00010005bfa9 __gmpn_sqr_basecase + 9 In the libgmp.10.dylib I built locally, there is no suspicious instruction at this location: $ otool -tv /opt/local/lib/libgmp.10.dylib |grep -A6 ^___gmpn_sqr_basec

Re: libgmp

2015-10-10 Thread Thomas Bodlien
wrote: >>> On Oct 10, 2015, at 12:29 PM, Thomas Bodlien wrote: >>> >>>> how comes that libgmp runs on my System and crashes on Apples >>>> Testcomputer? >>>> >>>> Thread 8 Crashed: >>>> 0 libgmp.10.dylib

Re: libgmp

2015-10-10 Thread Stephen J. Butler
> >> On Oct 10, 2015, at 12:29 PM, Thomas Bodlien wrote: > >> > >>> how comes that libgmp runs on my System and crashes on Apples > Testcomputer? > >>> > >>> Thread 8 Crashed: > >>> 0 libgmp.10.dylib 0x00010

Fwd: libgmp

2015-10-10 Thread Thomas Bodlien
Oct 10, 2015, at 12:29 PM, Thomas Bodlien wrote: >> >>> how comes that libgmp runs on my System and crashes on Apples Testcomputer? >>> >>> Thread 8 Crashed: >>> 0 libgmp.10.dylib 0x00010005bfa9 __gmpn_sqr_basecase >>> + 9

Re: libgmp

2015-10-10 Thread Ryan Schmidt
On Oct 10, 2015, at 1:25 PM, Thomas Bodlien wrote: > On 10.10.2015, at 19:53, Ryan Schmidt wrote: >> On Oct 10, 2015, at 12:29 PM, Thomas Bodlien wrote: >> >>> how comes that libgmp runs on my System and crashes on Apples Testcomputer? >>> >>>

Re: libgmp

2015-10-10 Thread Ryan Schmidt
On Oct 10, 2015, at 12:29 PM, Thomas Bodlien wrote: > how comes that libgmp runs on my System and crashes on Apples Testcomputer? > > Thread 8 Crashed: > 0 libgmp.10.dylib 0x00010005bfa9 __gmpn_sqr_basecase > + 9 Hard to know, without further details

libgmp

2015-10-10 Thread Thomas Bodlien
Hi, how comes that libgmp runs on my System and crashes on Apples Testcomputer? Thread 8 Crashed: 0 libgmp.10.dylib 0x00010005bfa9 __gmpn_sqr_basecase + 9 Thomas Bodlien creative-software-des...@t-online.de ___ macports

Re: gcc > libmpc : libgmp not found

2010-05-19 Thread Ryan Schmidt
On May 19, 2010, at 21:45, Victor Eijkhout wrote: > On 2010/05/19, at 9:01 PM, Ryan Schmidt wrote: > >> So the problem shown in the log is: >> >> ld: warning: in /opt/local/lib/libgmp.dylib, file was built for i386 which >> is not the architecture being linked (x86_64) >> >> So you're trying

Re: gcc > libmpc : libgmp not found

2010-05-19 Thread Victor Eijkhout
On 2010/05/19, at 9:01 PM, Ryan Schmidt wrote: > So the problem shown in the log is: > > ld: warning: in /opt/local/lib/libgmp.dylib, file was built for i386 which is > not the architecture being linked (x86_64) > > So you're trying to build libmpc for x86_64 but its dependency gmp is built >

Re: gcc > libmpc : libgmp not found

2010-05-19 Thread Ryan Schmidt
On May 19, 2010, at 20:48, Victor Eijkhout wrote: > On 2010/05/19, at 7:16 PM, Rainer Müller wrote: > >> On 2010-05-19 18:22 , Victor Eijkhout wrote: >>> checking for __gmpz_init in -lgmp... no >>> configure: error: libgmp not found or uses a different ABI. >&

Re: gcc > libmpc : libgmp not found

2010-05-19 Thread Victor Eijkhout
On 2010/05/19, at 7:16 PM, Rainer Müller wrote: > On 2010-05-19 18:22 , Victor Eijkhout wrote: >> checking for __gmpz_init in -lgmp... no >> configure: error: libgmp not found or uses a different ABI. > > Could you please provide the following file? > $(port work libm

Re: gcc > libmpc : libgmp not found

2010-05-19 Thread Rainer Müller
On 2010-05-19 18:22 , Victor Eijkhout wrote: > checking for __gmpz_init in -lgmp... no > configure: error: libgmp not found or uses a different ABI. Could you please provide the following file? $(port work libmpc)/mpc-0.8.1/config.log This should help to identify what the real problem i

gcc > libmpc : libgmp not found

2010-05-19 Thread Victor Eijkhout
es... yes checking for __gmpz_init in -lgmp... no configure: error: libgmp not found or uses a different ABI. Error: The following dependencies failed to build: libmpc Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with t