On 64-bit Fedora 10, I get a build failure in cliquer. The relevant
snippet from the install log is below.

This looks like a case of 32/64 confusion, which I am no stranger to.
This machine runs on a primarily 32-bit network, and in the past we've
discovered various build problems due to this. For instance, the local
gcc in /usr/bin is 64-bit, but the NFS one in /usr/local/bin is 32-
bit, so I have to configure my path appropriately. In this case, it's
somehow trying to find stubs-32.h instead of stubs-64.h, but I don't
know why.

Kiran
---
****************************************************
Host system
uname -a:
Linux dwork.mit.edu 2.6.27.25-170.2.72.fc10.x86_64 #1 SMP Sun Jun 21
18:39:34 EDT 2
009 x86_64 x86_64 x86_64 GNU/Linux
****************************************************
****************************************************
CC Version
gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
infodir=/usr/
share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-
bootstrap --e
nable-shared --enable-threads=posix --enable-checking=release --with-
system-zlib --
enable-__cxa_atexit --disable-libunwind-exceptions --enable-
languages=c,c++,objc,ob
j-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-
plugin --with-
java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-
multifile --enabl
e-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--disable-lib
java-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC)
****************************************************
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o src/cl.os -c -fPIC src/cl.c
In file included from /usr/include/features.h:359,
                 from /usr/include/stdio.h:28,
                 from src/cl.c:2:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or
directory
scons: *** [src/cl.os] Error 1
scons: building terminated because of errors.
(et cetera)
---

On Aug 14, 12:30 pm, Minh Nguyen <[email protected]> wrote:
> Hi folks,
>
> This is a source release of Sage 4.1.1.
>
> Sage 4.1.1 was released on August 14, 2009. It is available at
>
>            http://www.sagemath.org/download.html
>
> * About Sage (http://www.sagemath.org)
>
> Sage is developed by volunteers and combines over 90 open source packages.
> It is available for download fromwww.sagemath.organd its mirrors in
> source or binary form. If you have any questions and/or problems,
> please report them to the Google groups sage-devel or sage-support.
> You can also drop by in #sage-devel or #sage-support in freenode.
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to