This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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: again: sizeof(wchar_t)


llewelly@xmission.com writes:

> The normal solution is to make configure compile run a program which
>     outputs sizeof(wchar_t), and then substitutes that value into your
>     header files. I didn't suggest this before because somehow I had
>     the impression you were using a cross-compiler (which means the
>     configure-time program which determines sizeof(wchar_t) must be
>     downloaded to your target and its output somehow uploaded back,
>     something which is not always feasible.)

autoconf has macros which can determine compile-time constants even
when cross-compiling.

-- 
Current mail filters: many dial-up/DSL/cable modem hosts, and the
following domains: atlas.cz, bigpond.com, di-ve.com, netscape.net,
postino.it, tiscali.co.uk, tiscali.cz, tiscali.it, voila.fr.


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