Hello Waldek,
WH> The following should fix problem with '-quiet' option (I still have WH> to investigate other options):
WH> --- gpc.c.bb 2006-09-26 20:09:43.684244432 +0200 WH> +++ gpc.c 2006-09-26 20:21:27.444256648 +0200 WH> @@ -1043,8 +1043,11 @@ WH> therefore no dependency entry, confuses make into thinking a .o WH> file that happens to exist is up-to-date. */ WH> static const char *cpp_unique_options = WH> -"%{C|CC:%{!E:%eGCC does not support -C or -CC without -E}}\ WH> - %{nostdinc*} %{C} %{CC} %{v} %{I*} %{P} %I\ WH> +"%{C|CC:%{!E:%eGCC does not support -C or -CC without -E}}" WH> +#ifdef GCC_3_3 WH> +" %{!Q:-quiet}" WH> +#endif WH> +" %{nostdinc*} %{C} %{CC} %{v} %{I*} %{P} %I\ WH> %{MD:-MD %{!o:%b.d}%{o*:%.d%*}}\ WH> %{MMD:-MMD %{!o:%b.d}%{o*:%.d%*}}\ WH> %{M} %{MM} %{MF*} %{MG} %{MP} %{MQ*} %{MT*}\
Sorry for delay. Thank you for the patch, I tried it, works fine.
Best regards, Igor Marnat mailto:marny@rambler.ru