This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


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

Re: Problems with <tgmath.h>


Kaoru Fukui <k_fukui@highway.ne.jp> writes:

|> -------------------trunc.c-----------------
|> #include <>
|> #include <>
|> #include <>
|> 
|> #define __ISOC9X_SOURCE

It's called _ISOC9X_SOURCE, and you must define it as the very first
thing, before including any system header.  If in doubt, compile with
-Wall.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

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