This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure: error: cannot compute sizeof (long double), 77


On 1/25/06, Mike Frysinger <vapier@gentoo.org> wrote:
> On Wednesday 25 January 2006 18:34, Martin Bligh wrote:
> > configure: error: cannot compute sizeof (long double), 77
>
> read the config.log file ... it'll point you in the direction of the real
> issue

Martin and I chatted offlist.  Turns out he's trying to build an x86_64 on
an x86_64 system that is running a 32 bit OS.  config.guess
reports x86_64-unknown-linux-gnu.  Perhaps that made configure
think this wasn't a cross-build.  Replacing crosstool's config.guess with
  echo i686-pc-linux-gnu
is probably a valid workaround.   I'm trying it now on Martin's machine
(how nice to be trusted :-)
- Dan

--
Wine for Windows ISVs: http://kegel.com/wine/isv

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]