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
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
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:
>
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
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
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
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