* [LARTC] iproute2 tool compiling problems.
@ 2004-09-23 12:32 Nathan Levy
2004-09-23 12:50 ` Alessandro O. Ungaro
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Nathan Levy @ 2004-09-23 12:32 UTC (permalink / raw)
To: lartc
Hi all.
This is my first msg in this list, and I´d
appreciate any help you could give me.
I already compiled the kernel with the options to
run iproute2 tools. But, when I download the
iproute2-2.4.7-now-ss010824.tar.gz file from
ftp://ftp.inr.ac.ru/ip-routing/ and try to compile it,
I got too many errors. Here goes the output:
server:/home/nathan/iproute2# make
make[1]: Entering directory
`/home/nathan/iproute2/lib'
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
-Werror -g -I../include-glibc -i
nclude ../include-glibc/glibc-bugs.h
-I/usr/src/linux/include -I../include -DRES
OLVE_HOSTNAMES -c -o utils.o utils.c
cc1: warnings being treated as errors
In file included from ../include/utils.h:6,
from utils.c:30:
/usr/src/linux/include/linux/inetdevice.h: In function
`inet_make_mask':
/usr/src/linux/include/linux/inetdevice.h:173:
warning: implicit declaration of
function `htonl'
/usr/src/linux/include/linux/inetdevice.h: In function
`inet_mask_len':
/usr/src/linux/include/linux/inetdevice.h:179:
warning: implicit declaration of
function `ntohl'
make[1]: *** [utils.o] Error 1
make[1]: Leaving directory `/home/nathan/iproute2/lib'
make: *** [all] Error 2
Do you know what that means? I tried to change the
kernel_include path in the Makefile without success.
Thanks,
Nathan Levy.
_______________________________________________________
Yahoo! Messenger 6.0 - jogos, emoticons sonoros e muita diversão. Instale agora!
http://br.download.yahoo.com/messenger/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [LARTC] iproute2 tool compiling problems.
2004-09-23 12:32 [LARTC] iproute2 tool compiling problems Nathan Levy
@ 2004-09-23 12:50 ` Alessandro O. Ungaro
2004-09-24 7:11 ` Sergio Hormaetxe Gallego
2004-09-24 17:01 ` Stephen Hemminger
2 siblings, 0 replies; 4+ messages in thread
From: Alessandro O. Ungaro @ 2004-09-23 12:50 UTC (permalink / raw)
To: lartc
Did you try this one: http://developer.osdl.org/dev/iproute2/, on the
download section? This is the last one.
[]'s
x-arnie
Nathan Levy wrote:
> Hi all.
>
> This is my first msg in this list, and I´d
> appreciate any help you could give me.
> I already compiled the kernel with the options to
> run iproute2 tools. But, when I download the
> iproute2-2.4.7-now-ss010824.tar.gz file from
> ftp://ftp.inr.ac.ru/ip-routing/ and try to compile it,
> I got too many errors. Here goes the output:
>
> server:/home/nathan/iproute2# make
> make[1]: Entering directory
> `/home/nathan/iproute2/lib'
> gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
> -Werror -g -I../include-glibc -i
> nclude ../include-glibc/glibc-bugs.h
> -I/usr/src/linux/include -I../include -DRES
> OLVE_HOSTNAMES -c -o utils.o utils.c
> cc1: warnings being treated as errors
> In file included from ../include/utils.h:6,
> from utils.c:30:
> /usr/src/linux/include/linux/inetdevice.h: In function
> `inet_make_mask':
> /usr/src/linux/include/linux/inetdevice.h:173:
> warning: implicit declaration of
> function `htonl'
> /usr/src/linux/include/linux/inetdevice.h: In function
> `inet_mask_len':
> /usr/src/linux/include/linux/inetdevice.h:179:
> warning: implicit declaration of
> function `ntohl'
> make[1]: *** [utils.o] Error 1
> make[1]: Leaving directory `/home/nathan/iproute2/lib'
> make: *** [all] Error 2
>
> Do you know what that means? I tried to change the
> kernel_include path in the Makefile without success.
>
> Thanks,
>
> Nathan Levy.
>
>
>
>
>
> _______________________________________________________
> Yahoo! Messenger 6.0 - jogos, emoticons sonoros e muita diversão. Instale agora!
> http://br.download.yahoo.com/messenger/
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] iproute2 tool compiling problems.
2004-09-23 12:32 [LARTC] iproute2 tool compiling problems Nathan Levy
2004-09-23 12:50 ` Alessandro O. Ungaro
@ 2004-09-24 7:11 ` Sergio Hormaetxe Gallego
2004-09-24 17:01 ` Stephen Hemminger
2 siblings, 0 replies; 4+ messages in thread
From: Sergio Hormaetxe Gallego @ 2004-09-24 7:11 UTC (permalink / raw)
To: lartc
hi,
when i put the iproute2 i only did the next:
apt-get install iproute
because in debian the name of the package is without the 2, and i
didn´t have any problem to install it (other things...).
only a question: are u trying to run cbq.init?
Sergio
----- Mensaje Original -----
De: Nathan Levy <nathan_levy@yahoo.com.br>
Fecha: Jueves, Septiembre 23, 2004 2:32 pm
Asunto: [LARTC] iproute2 tool compiling problems.
>
> Hi all.
>
> This is my first msg in this list, and I´d
> appreciate any help you could give me.
> I already compiled the kernel with the options to
> run iproute2 tools. But, when I download the
> iproute2-2.4.7-now-ss010824.tar.gz file from
> ftp://ftp.inr.ac.ru/ip-routing/ and try to compile it,
> I got too many errors. Here goes the output:
>
> server:/home/nathan/iproute2# make
> make[1]: Entering directory
> `/home/nathan/iproute2/lib'
> gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
> -Werror -g -I../include-glibc -i
> nclude ../include-glibc/glibc-bugs.h
> -I/usr/src/linux/include -I../include -DRES
> OLVE_HOSTNAMES -c -o utils.o utils.c
> cc1: warnings being treated as errors
> In file included from ../include/utils.h:6,
> from utils.c:30:
> /usr/src/linux/include/linux/inetdevice.h: In function
> `inet_make_mask':
> /usr/src/linux/include/linux/inetdevice.h:173:
> warning: implicit declaration of
> function `htonl'
> /usr/src/linux/include/linux/inetdevice.h: In function
> `inet_mask_len':
> /usr/src/linux/include/linux/inetdevice.h:179:
> warning: implicit declaration of
> function `ntohl'
> make[1]: *** [utils.o] Error 1
> make[1]: Leaving directory `/home/nathan/iproute2/lib'
> make: *** [all] Error 2
>
> Do you know what that means? I tried to change the
> kernel_include path in the Makefile without success.
>
> Thanks,
>
> Nathan Levy.
>
>
>
>
>
> _______________________________________________________
> Yahoo! Messenger 6.0 - jogos, emoticons sonoros e muita diversão.
> Instale agora!
> http://br.download.yahoo.com/messenger/
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] iproute2 tool compiling problems.
2004-09-23 12:32 [LARTC] iproute2 tool compiling problems Nathan Levy
2004-09-23 12:50 ` Alessandro O. Ungaro
2004-09-24 7:11 ` Sergio Hormaetxe Gallego
@ 2004-09-24 17:01 ` Stephen Hemminger
2 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2004-09-24 17:01 UTC (permalink / raw)
To: lartc
On Fri, 2004-09-24 at 09:11 +0200, Sergio Hormaetxe Gallego wrote:
> hi,
>
> when i put the iproute2 i only did the next:
>
> apt-get install iproute
>
> because in debian the name of the package is without the 2, and i
> didn´t have any problem to install it (other things...).
>
> only a question: are u trying to run cbq.init?
>
>
> Sergio
>
>
>
>
> ----- Mensaje Original -----
> De: Nathan Levy <nathan_levy@yahoo.com.br>
> Fecha: Jueves, Septiembre 23, 2004 2:32 pm
> Asunto: [LARTC] iproute2 tool compiling problems.
>
> >
> > Hi all.
> >
> > This is my first msg in this list, and I´d
> > appreciate any help you could give me.
> > I already compiled the kernel with the options to
> > run iproute2 tools. But, when I download the
> > iproute2-2.4.7-now-ss010824.tar.gz file from
> > ftp://ftp.inr.ac.ru/ip-routing/ and try to compile it,
> > I got too many errors. Here goes the output:
The latest version of iproute2 is at
http://developer.osdl.org/dev/iproute2
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-09-24 17:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-23 12:32 [LARTC] iproute2 tool compiling problems Nathan Levy
2004-09-23 12:50 ` Alessandro O. Ungaro
2004-09-24 7:11 ` Sergio Hormaetxe Gallego
2004-09-24 17:01 ` Stephen Hemminger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.