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/26/06, Martin J. Bligh <mbligh@google.com> wrote:
> Or are we asking for x86_64 host support without some vital component in
> the build chain being correct ... eg do we have to have a 64 bit
> binutils or soemthing that we dont have?

config.guess would be wrong to return x86_64 if the system can't run
x86_64 binaries.  Your system probably can't run dynamically linked
x86_64 binaries, though I didn't check to see if it can run statically
linked ones.
I dunno what config.guess should do on a system that can run one
but not the other.  Biarch systems are fun!

However there may also be a crosstool bug.
I haven't really looked into it yet.
- 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]