It appears that gcc-4.5 has been installed on fulvia differently to how we had the previous gcc before
./configure ABI=32 && make && make check and CFLAGS=-m64 ./configure && make && make check used to work to build 32 and 64 bit versions The 32 version still works but the 64bit bombs out of make check ./configure && make && make check fails as well I'm trying ./configure ABI=64 && make && make check but the build process is rather slow Jason On Thursday 13 May 2010 02:20:00 Jason Moxham wrote: > make check fails with the wrong elf class , I thought I had this sorted , > you have to configure with cflags=-m64 , but that doesn't work any more > .... > > On Thursday 13 May 2010 01:04:17 Jason Moxham wrote: > > The failure on fulvia is that the Solaris linker is stricter than the > > linux linker , in the file divrem_euclidean_qr_1.as we define two global > > symbols in that file , the function itself and preinv_divrem_1. > > Was there a specific reason for putting preinv_divrem_1 here doing this ? > > The usual location is somewhere else. > > Commenting the global symbol defined in divrem_euclidean_qr_1.as appears > > to work , more testing is needed though > > > > Jason > > > > On Wednesday 12 May 2010 23:47:04 Bill Hart wrote: > > > It might be worth trying to check it out from svn directly on eno, > > > then log in to fulvia and see what happens then. > > > > > > Bill. > > > > > > On 12 May 2010 23:40, Minh Nguyen <[email protected]> wrote: > > > > Hi Bill, > > > > > > > > On Thu, May 13, 2010 at 8:31 AM, Bill Hart > > > > <[email protected]> wrote: > > > > > > > > <SNIP> > > > > > > > >> The fulvia build failure again looks like config.h is corrupted, > > > >> which suggests the build wasn't clean. > > > > > > > > FWIW this is what I get when uncompressing the MPIR tarball I wrapped > > > > up on sage.math and then scp to Skynet: > > > > > > > > [mv...@fulvia mpir]$ ls > > > > mpir-trunk.tar.bz2 tune.sh > > > > [mv...@fulvia mpir]$ bunzip2 mpir-trunk.tar.bz2 > > > > [mv...@fulvia mpir]$ ls > > > > mpir-trunk.tar tune.sh > > > > [mv...@fulvia mpir]$ tar -xf mpir-trunk.tar > > > > tar: ././@LongLink: typeflag 'L' not recognized, converting to > > > > regular file tar: ././@LongLink: typeflag 'L' not recognized, > > > > converting to regular file tar: ././@LongLink: typeflag 'L' not > > > > recognized, converting to regular file tar: ././@LongLink: typeflag > > > > 'L' not recognized, converting to regular file tar: ././@LongLink: > > > > typeflag 'L' not recognized, converting to regular file tar: > > > > ././@LongLink: typeflag 'L' not recognized, converting to regular > > > > file tar: ././@LongLink: typeflag 'L' not recognized, converting to > > > > regular file tar: ././@LongLink: typeflag 'L' not recognized, > > > > converting to regular file tar: > > > > ././@LongLink: typeflag 'L' not recognized, converting to regular > > > > file tar: ././@LongLink: typeflag 'L' not recognized, converting to > > > > regular file tar: ././@LongLink: typeflag 'L' not recognized, > > > > converting to regular file tar: ././@LongLink: typeflag 'L' not > > > > recognized, converting to regular file tar: ././@LongLink: typeflag > > > > 'L' not recognized, converting to regular file tar: ././@LongLink: > > > > typeflag 'L' not recognized, converting to regular file tar: > > > > ././@LongLink: typeflag 'L' not recognized, converting to regular > > > > file tar: ././@LongLink: typeflag 'L' not recognized, converting to > > > > regular file tar: ././@LongLink: typeflag 'L' not recognized, > > > > converting to regular file tar: > > > > ././@LongLink: typeflag 'L' not recognized, converting to regular > > > > file tar: ././@LongLink: typeflag 'L' not recognized, converting to > > > > regular file > > > > > > > > -- > > > > Regards > > > > Minh Van Nguyen > > > > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups "mpir-devel" group. To post to this group, send email to > > > > [email protected]. To unsubscribe from this group, send > > > > email to [email protected]. For more options, > > > > visit this group at http://groups.google.com/group/mpir-devel?hl=en. -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
