Frank Heckenbach a écrit:
Maurice Lombardi wrote:
The problem seems to be `-imacros' option. Try the following:
--- p/gpcpp.c.orig Sat Nov 9 04:48:57 2002 +++ p/gpcpp.c Wed Nov 13 19:50:46 2002 @@ -1008,6 +1008,8 @@ else pend_includes[i] = argv[i+1], i++; }
if (!strcmp (argv[i], "-imacros"))
i++; if (!strcmp (argv[i], "-iprefix")) { if (i + 1 == argc) fatal ("filename missing after `-iprefix' option");
OK. It works now. I have uploaded it on adele at the usual place. I will try tomorrow with gcc-3.1
Maurice