[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01300) Re: libinet6 makefile problems
In article <Pine.LNX.4.33L2.0203102318230.3786-100000@xxxxxxxxxxxxxxxxxxxxxxxx> (at Sun, 10 Mar 2002 23:27:16 +0100 (CET)), Mauro Tortonesi <mauro@xxxxxxxxxxxxxxxx> says:
> i have tried compiling libinet6 on my machine but gcc 2.96 has produced
> some stupid error saying that -c option cannot be used together with -o
> or -S. i have solved with a quick hack to Makefile.in:
>
>
> +++ Makefile.in Sun Mar 10 23:18:01 2002
> @@ -78,7 +78,7 @@
>
> .SUFFIXES: .o .po
> .c.o:
> - $(CC) $(CFLAGS) -o $@ -c $<
> + $(CC) $(CFLAGS) -c $<
> .c.po:
> $(CC) -pg $(CFLAGS) -o $@ -c $<
Though I guess you get troubles with gcc-2.96 since gcc-2.96 is unofficial
version, which build-version of gcc are you using?
--
yoshfuji