[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01306) Re: libinet6 makefile problems
- To: <usagi-users@xxxxxxxxxxxxxx>
- Subject: (usagi-users 01306) Re: libinet6 makefile problems
- From: Mauro Tortonesi <mauro@xxxxxxxxxxxxxxxx>
- Date: Wed, 13 Mar 2002 19:26:29 +0100 (CET)
- In-reply-to: <20020314011518X.yoshfuji@linux-ipv6.org>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
On Thu, 14 Mar 2002, YOSHIFUJI Hideaki / [iso-2022-jp] 吉藤英明 wrote:
> 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?
the one installed by default on linux mandrake 8.1:
[mauro@trantor mauro]$ gcc -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs
gcc version 2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)
i think that redhat and mandrake should _really_ install gcc 2.95.3
instead of those buggy compilers (mandrake has _three_ C compilers:
egcs-1.1.2, gcc-3.0.1, and gcc-2.96-20000731 and all of them are somewhat
buggy).
--
Aequam memento rebus in arduis servare mentem...
Mauro Tortonesi mauro@xxxxxxxxxxxxxxxx
Ferrara Linux User Group http://www.ferrara.linux.it
Project6 - IPv6 for Linux http://project6.ferrara.linux.it