[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-20 Thread Mike Cripps
Hi Michael Could you post the output from /proc/cpuinfo please? Oops, I meant if the /proc/cpuinfo from the inside of the Xen machine in case the above wasn't it already. I am also wondering if the kernel is 32 or 64 bit since I am not sure what the virtulization does kernel wise. The

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-20 Thread mabshoff
On Apr 19, 11:29 pm, Mike Cripps agentica...@gmail.com wrote: Hi Michael Hi Mike, SNIP Oops, I meant if the /proc/cpuinfo from the inside of the Xen machine in case the above wasn't it already. I am also wondering if the kernel is 32 or 64 bit since I am not sure what the

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-20 Thread Mike Cripps
Hi Michael Thanks for all your help so far! Ok, but to be stating the fairly obvious: This is a 64 bit kernel. But the compiler seems to build 32 bit code only.  Is that intentional? I would assume if you installed a 64 bit toolchain you would not see this problem. This is not

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-20 Thread mabshoff
On Apr 20, 12:09 am, Mike Cripps agentica...@gmail.com wrote: Hi Michael Hi Mike, Thanks for all your help so far! No problem, it was fun to figure out what the likely problem is. Ok, but to be stating the fairly obvious: This is a 64 bit kernel. But the compiler seems to build 32

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread Martin Musatov
Yep, that's me! On Sun, Apr 19, 2009 at 7:59 AM, Mike Cripps agentica...@gmail.com wrote: Hi all, I have been attempting to install Sage today from the source, and when I ran `make` I got the following output (after a lot of stuff compiled fine): /bin/sh ../libtool --mode=compile gcc

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread mabshoff
On Apr 19, 7:59 am, Mike Cripps agentica...@gmail.com wrote: Hi all, Hi Mike, I have been attempting to install Sage today from the source, and when I ran `make` I got the following output (after a lot of stuff compiled fine): SNIP ude -Wa,--noexecstack -g -O2 -MT mpih-add1-asm.lo -MD

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread Bill Hart
It looks like the assembler is complaining because it is being asked to compile a 64 bit program on a machine which it incorrectly believes is 32 bits. We've seen a similar issue with MPIR, though the C compiler there was pathcc not gcc. We decided the machine had probably been set up

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread Mike Cripps
Apologies - I have tar gzipped the install log file and it is at: http://www.irreverence.ath.cx/install.log.tar.gz (size is approx 116kB) I am concerned about Bill Hart's suggestion that my machine could believe it is 32bit - will the install log file be sufficient to determine if this is the

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread mabshoff
On Apr 19, 8:55 am, Mike Cripps agentica...@gmail.com wrote: Hi Mike, Apologies - I have tar gzipped the install log file and it is at: http://www.irreverence.ath.cx/install.log.tar.gz(size is approx 116kB) I am concerned about Bill Hart's suggestion that my machine could believe it is

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread mabshoff
On Apr 19, 10:47 pm, mabshoff mabsh...@googlemail.com wrote: On Apr 19, 8:55 am, Mike Cripps agentica...@gmail.com wrote: Hi Mike, SNIP Could you post the output from /proc/cpuinfo please? Oops, I meant if the /proc/cpuinfo from the inside of the Xen machine in case the above wasn't it