Kiran Kedlaya wrote: > 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
I've seen on Solaris where SCons uses a mix of compilers. It used gcc for C file, then the Sun compiler for C++. Polybori was one such package (now fixed) but there was another too. If this code consists of a mix of C and C++, I'd double-check different compilers are not being used to build different files. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
