autoconf macros to verify endianess
From: Vogaar (bla_at_grum.xm)
Date: 09/30/03
- Next message: -: "Log file download"
- Previous message: Molchun: "Re: why no undelete?"
- Next in thread: Eric Moors: "Re: autoconf macros to verify endianess"
- Reply: Eric Moors: "Re: autoconf macros to verify endianess"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Sep 2003 11:30:40 +0100
I'm writing a configure script for an application using autoconf macros.
One of the tests that i must do is a test to verify the endianess of the
system (Big or little endian).
I know that autoconf has a macro called AC_C_BIGENDIAN that should see
this, but until know it always give me an error saying that it couldn't
gess the endianess of the system. I've already tryied a couple of
different flavors and i get always the same error.
-->checking whether byte ordering is bigendian... configure: error: ***
unable to determine endianness
Can someone tell me some way of verifying this with a bigger efficiency?
Thanks in advance
Nuno
- Next message: -: "Log file download"
- Previous message: Molchun: "Re: why no undelete?"
- Next in thread: Eric Moors: "Re: autoconf macros to verify endianess"
- Reply: Eric Moors: "Re: autoconf macros to verify endianess"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|