This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Problems with g++ flags


    Hello, we are trying to compile a C++ program that we found in the
net (about intersection of polygons). It cames with a Makefile
containing this statement:

CFLAGS   =  -D_G_UNIX \
 -fexceptions \
 -fguiding-decls \
 -fno-implicit-templates \
 -static\
 -DHAVE_CONFIG_H\
 -fpermissive \
 -D_REENTRANT -g

and when we try to compile it, we obtain that  -fexceptions,
-fguiding-decls and -f permissive are unknown options.
Is there some place where we can find all (and we mean all) the options
and flags for C and C++ on g++ ?

Thanks in advance for your help.

                                Egidio & Elvino


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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