| View previous topic :: View next topic |
| Author |
Message |
Peng Yu Guest
|
Posted: Wed Sep 29, 2004 1:46 am Post subject: How to check whether my GCC compiler support C99 standard or |
|
|
Put #include <complex.h> in my source code. However, it seems that
the included file isn't compatible with C99. I suspect that C99 GCC is
not local machine. Is there any compiler tag to help me check whether
it support C99? Thanks!
Peng
|
|
| Back to top |
|
 |
Victor Bazarov Guest
|
Posted: Wed Sep 29, 2004 2:07 am Post subject: Re: How to check whether my GCC compiler support C99 standar |
|
|
"Peng Yu" <pengyu.ut (AT) gmail (DOT) com> wrote...
| Quote: | Put #include <complex.h> in my source code. However, it seems that
the included file isn't compatible with C99. I suspect that C99 GCC is
not local machine. Is there any compiler tag to help me check whether
it support C99? Thanks!
|
comp.lang.c is right down the hallway, to the left.
|
|
| Back to top |
|
 |
Default User Guest
|
Posted: Wed Sep 29, 2004 4:09 pm Post subject: Re: How to check whether my GCC compiler support C99 standar |
|
|
Victor Bazarov wrote:
| Quote: | "Peng Yu" <pengyu.ut (AT) gmail (DOT) com> wrote...
Put #include <complex.h> in my source code. However, it seems that
the included file isn't compatible with C99. I suspect that C99 GCC
is not local machine. Is there any compiler tag to help me check
whether it support C99? Thanks!
comp.lang.c is right down the hallway, to the left.
|
However, specific implementations are no more topical there than here
(although you'll probably get an answer without too much hassle on this
one). The correct newsgroup would be gnu.gcc.help.
Brian
|
|
| Back to top |
|
 |
|