gcc -mcpu=7450 -I../include -I. -no-cpp-precomp -Wall -W -Wno-unused - O1 -fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict- aliasing -fwrapv -fomit-frame-pointer -fPIC -fno-common - DHAVE_CONFIG_H -D___PRIMAL -D___LIBRARY -D___GAMBCDIR=""/usr/local/ Gambit-C/v4.2.9"" -D___SYS_TYPE_CPU=""powerpc"" - D___SYS_TYPE_VENDOR=""apple"" -D___SYS_TYPE_OS=""darwin8.11.0"" - c _kernel.c gcc: unrecognized option '-no-cpp-precomp' _kernel.c:13957:52: error: invalid digit "9" in octal constant
Afficher les réponses par date
On 5-Oct-08, at 10:23 AM, Bradley Lucier wrote:
gcc -mcpu=7450 -I../include -I. -no-cpp-precomp -Wall -W -Wno-unused -O1 -fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict- aliasing -fwrapv -fomit-frame-pointer -fPIC -fno-common - DHAVE_CONFIG_H -D___PRIMAL -D___LIBRARY -D___GAMBCDIR=""/usr/local/ Gambit-C/v4.2.9"" -D___SYS_TYPE_CPU=""powerpc"" - D___SYS_TYPE_VENDOR=""apple"" -D___SYS_TYPE_OS=""darwin8.11.0"" - c _kernel.c gcc: unrecognized option '-no-cpp-precomp' _kernel.c:13957:52: error: invalid digit "9" in octal constant
Ha! That's a funny bug. I'll fix the makefiles, but for now just edit include/gambit.h.in and change
#define ___STAMP_HMS 034917
to
#define ___STAMP_HMS 34917
Marc