Hi,

I'm building parrot from CVS (checked out 5 Sept) on OS X 10.2.6 with gcc 3.1:

Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
Thread model: posix
Apple Computer, Inc. GCC version 1175, based on gcc version 3.1 20020420 (prerelease)


and get lots of warnings like:

In file included from include/parrot/parrot.h:29,
from exceptions.c:17:
include/parrot/config.h:63: warning: use of `long double' type; its size may change in a future release
include/parrot/config.h:63: warning: (Long double usage is reported only once for each file.
include/parrot/config.h:63: warning: To disable this warning, use -Wno-long-double.)


If I add that -Wno-long-double to the CFLAGS in the generated Makefile, I get
no warnings. Where would the best place to add that flag be so its recognized
during 'perl Configure.pl'? In config/auto/gcc.pl?


Marcel

Reply via email to