[mpir-devel] Re: compilation failure on OSX 10.5.5 with svn1498

2008-12-08 Thread Bill Hart
Oh, except this is a 64 bit machine with ABI32 selected. I didn't anticipate this when I incorporated yasm. Bill. On 08/12/2008, Bill Hart <[EMAIL PROTECTED]> wrote: > where should := shouldn't > > This is strange because it *was* working on a 32 bit machine. > > Bill > On 08/12/2008, Bill Hart

[mpir-devel] Re: compilation failure on OSX 10.5.5 with svn1498

2008-12-08 Thread Bill Hart
where should := shouldn't This is strange because it *was* working on a 32 bit machine. Bill On 08/12/2008, Bill Hart <[EMAIL PROTECTED]> wrote: > It's trying to run PIC code in 32 bit mode. Not supported I guess. > > Don't know a fix, but it should do DPIC in ABI32 methonks. > > Bill > On 08/12

[mpir-devel] Re: compilation failure on OSX 10.5.5 with svn1498

2008-12-08 Thread Bill Hart
It's trying to run PIC code in 32 bit mode. Not supported I guess. Don't know a fix, but it should do DPIC in ABI32 methonks. Bill On 08/12/2008, mabshoff <[EMAIL PROTECTED]> wrote: > > After applying Bill's fix everything works in 64 bit mode as mentioned > above, but with ABI=32 and everything

[mpir-devel] Re: compilation failure on OSX 10.5.5 with svn1498

2008-12-08 Thread mabshoff
After applying Bill's fix everything works in 64 bit mode as mentioned above, but with ABI=32 and everything else the same (in a different tree, i.e. no crap around) I get the following failure: /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H

[mpir-devel] Re: Introduction

2008-12-08 Thread Bill Hart
Hi Mariah, I don't know if you got any specific tasks from what was written last week. But I've spoken to a couple of our developers and here are their suggestions: 1) Set up build bot to do automated nightly testing of trunk from the svn repo. Please discuss with Michael Abshoff. 2) Make a cop

[mpir-devel] Re: compilation failure on OSX 10.5.5 with svn1498

2008-12-08 Thread mabshoff
On Dec 8, 7:37 am, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > On Dec 8, 7:05 am, mabshoff <[EMAIL PROTECTED] > > dortmund.de> wrote: > > mabshoff wrote: > > Hi, > > > Same thing on sage.math, so this is some sort of autotool problem > > since TAG is not properly passed to libtool. > > Bil

[mpir-devel] Re: compilation failure on OSX 10.5.5 with svn1498

2008-12-08 Thread mabshoff
On Dec 8, 7:05 am, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > mabshoff wrote: Hi, > Same thing on sage.math, so this is some sort of autotool problem > since TAG is not properly passed to libtool. Bill narrowed it down: It only happens if you use --enable-cxx Cheers, Michael --~--~--

[mpir-devel] Re: compilation failure on OSX 10.5.5 with svn1498

2008-12-08 Thread mabshoff
mabshoff wrote: > Hi, > > I am finally getting going on the buildbots and playing with eMPIRe in > Sage, but I am seeing the following build problem on OSX 10.5.5: > /bin/sh ../libtool --mode=compile ../strip_fPIC.sh ../yasm/yasm -f > macho64 -D GSYM_PREFIX -o add_n.lo `test -f 'add_n.as' ||

[mpir-devel] compilation failure on OSX 10.5.5 with svn1498

2008-12-08 Thread mabshoff
Hi, I am finally getting going on the buildbots and playing with eMPIRe in Sage, but I am seeing the following build problem on OSX 10.5.5: /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 - DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'`-O2