In message <[EMAIL PROTECTED]> (on 13 August 2007 17:12:41 -0400), [EMAIL PROTECTED] (Allen Smith) wrote: > >A build on IRIX 6.5.30m with cc version 7.3.1.3m, using -n32 -mips4, gives >the following error: > >checking floating-point format... configure: WARNING: Unknown floating-point >format > >It does correctly figure out that the format is big-endian: > >checking whether byte ordering is bigendian... (cached) yes > >config.log: > >configure:7767: checking floating-point format >configure:7788: cc -mips4 -n32 -L/server/people/staff/easmith/lib32 >-L/usr/share/rutgers/lib32 -L/usr/lib32/mips4 -L/usr/lib32 -L/lib32 >-Wl,-rpath,/server/people/staff/easmith/lib32:/usr/share/rutgers/lib32:/usr/lib32/mips4:/usr/lib32:/lib32 > -Wl,-multigot -woff 1110 -c -I/server/people/staff/easmith/include >-I/usr/share/rutgers/include -O3 -OPT:fast_sqrt=OFF:Olimit=0 -TENV:X=1 >-LNO:opt=1:ou_further=3 >-OPT:fold_unsafe_relops=OFF:div_split=OFF:IEEE_arithmetic=1:roundoff=0 >-LANG:pch=ON:pch_dir=/tmp/allens conftest.c >&5 >configure:7791: $? = 0 >configure:7811: WARNING: Unknown floating-point format >configure:7821: result: > >>From a brief check on the mailing list, this is likely to cause problems >with optimizations? Extracting whatever configure was trying to compile and >seeing what it actually turned out (and putting this result into the message >about an "Unknown floating-point format" for any future encountering of this >problem - not something I have time to do...) may be of interest.
Correction on the suggestion: it would need to do 'strings' or something to find it. The output of a strings on the .o file is "GROMACSXÇÙÖÔÁÃâçCÈ". grep ROMACS does not find this in the file, however; egrep and fgrep do, as would 'strings [.o file] | grep'. I note discussion of this at: http://gcc.gnu.org/ml/gcc-regression/2001-03/msg00054.html http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00491.html I note in grep's manpage: INPUT FILES The input files must be text files. -Allen -- Allen Smith http://cesario.rutgers.edu/easmith/ September 11, 2001 A Day That Shall Live In Infamy II "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin _______________________________________________ gmx-users mailing list gmx-users@gromacs.org http://www.gromacs.org/mailman/listinfo/gmx-users Please search the archive at http://www.gromacs.org/search before posting! Please don't post (un)subscribe requests to the list. Use the www interface or send it to [EMAIL PROTECTED] Can't post? Read http://www.gromacs.org/mailing_lists/users.php