This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc compilation problem with -ansi option,
- From: Guruhema Prasad N <guru at easi dot soft dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 02 Dec 2002 19:40:40 +0530
- Subject: gcc compilation problem with -ansi option,
- Organization: EASi Technologies
Hi,
I am using redhatLinux8.0, I am facing the following problems, can you
please help any body.
Problem 1:-
I am using option "gcc -Wuninitialized -O -ansi", but its giving
undeclared variables for the math defines "M_PI" which is defined in
"/usr/include/math.h" file. If I remove "-ansi" option, its compiles
properly, but I want to use "-ansi" option., I need to add any other
options along with "-ansi"
Problem 2:-
Similarly, if I use "-ansi" option, I can't access the define "S_IFREG"
in file "/usr/include/sys/stat.h".
Please suggest, what options I have to use along with "-ansi" to resolve
above problems.
Thanks,
Guruhema