[Bug libc/137] New: glibc cross compilation failure

thomas dot koeller at baslerweb dot com sourceware-bugzilla@sources.redhat.com
Tue Apr 27 23:23:00 GMT 2004


When cross-compiling glibc, configure attempts to determine the size of a long 
double variable (ac_cv_sizeof_long_double) by running a test program. Since 
this program is compiled using the cross compiler it will not run on the build 
system, causing configure to abort. 
 
As a workaround, i set ac_cv_sizeof_long_double=8 in the environment before 
invoking configure. Not quite sure if this value is correct, however.

-- 
           Summary: glibc cross compilation failure
           Product: glibc
           Version: 2.3.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: thomas dot koeller at baslerweb dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-linux-gnu
  GCC host triplet: powerpc-linux-gnu
GCC target triplet: powerpc-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=137

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Glibc-bugs mailing list