[sage-support] Re: 2.8.3.x build problem

2007-09-06 Thread [EMAIL PROTECTED]
On Sep 6, 3:03 pm, "Joel B. Mohler" <[EMAIL PROTECTED]> wrote: > On Thursday 06 September 2007 08:38, [EMAIL PROTECTED] wrote: > > > So it seems like LONG_BIT is correctly defined (as 64, in this case) > > at that stage of the compilation, but somewhere along the way it gets > > redefined incorr

[sage-support] Re: 2.8.3.x build problem

2007-09-06 Thread Joel B. Mohler
On Thursday 06 September 2007 08:38, [EMAIL PROTECTED] wrote: > So it seems like LONG_BIT is correctly defined (as 64, in this case) > at that stage of the compilation, but somewhere along the way it gets > redefined incorrectly. Maybe in scons somewhere? If scons is forgetting something (which I

[sage-support] Re: 2.8.3.x build problem

2007-09-06 Thread mabshoff
Hi Kiran, On Sep 6, 2:38 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Sep 5, 11:08 am, "William Stein" <[EMAIL PROTECTED]> wrote:> First, does > the file stdint.h exist on your machine? If so > > does the following program compile and run or not, and > > if so, what does it output: >

[sage-support] Re: 2.8.3.x build problem

2007-09-06 Thread [EMAIL PROTECTED]
On Sep 5, 11:08 am, "William Stein" <[EMAIL PROTECTED]> wrote: > First, does the file stdint.h exist on your machine? If so > does the following program compile and run or not, and > if so, what does it output: > > #include > #include > main() { > >printf("%d",LONG_BIT); > > } > It does n

[sage-support] Re: 2.8.3.x build problem

2007-09-05 Thread Joel B. Mohler
On Wednesday 05 September 2007 11:21, mabshoff wrote: > On Sep 5, 5:08 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > On 9/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > When building any of the 2.8.3.x releases on my 64-bit Opteron 246 > > > running RHEL5, I encounter the following

[sage-support] Re: 2.8.3.x build problem

2007-09-05 Thread mabshoff
On Sep 5, 5:08 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On 9/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > When building any of the 2.8.3.x releases on my 64-bit Opteron 246 > > running RHEL5, I encounter the following error during the compile of > > the > > sage-2.8.3.x m

[sage-support] Re: 2.8.3.x build problem

2007-09-05 Thread William Stein
On 9/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When building any of the 2.8.3.x releases on my 64-bit Opteron 246 > running RHEL5, I encounter the following error during the compile of > the > sage-2.8.3.x module. ... > In file included from > /scratch/sage-2.8.3/local/include/python2.5