* [LARTC] complie error
@ 2002-04-18 12:29 Arindam Haldar
2002-04-18 15:12 ` bert hubert
2002-04-19 5:35 ` Arindam Haldar
0 siblings, 2 replies; 3+ messages in thread
From: Arindam Haldar @ 2002-04-18 12:29 UTC (permalink / raw)
To: lartc
hi all,
while compiling iproute2-2.4.7-now-ss010824 with kernel-2.4.18 i got the
following error ! ... i need ur help friends !
gcc -D_GNU_SOURCE -O9 -Wstrict-prototypes -Wall -Werror -g
-I../include-glibc
-include ../include-glibc/glibc-bugs.h -I/usr/src/linux-2.4.18/include
-I../include -DRESOLVE_HOSTNAMES -c -o utils.o utils.c
cc1: warnings being treated as errors
utils.c: In function `invarg':
utils.c:281: warning: `noreturn' function does return
utils.c: In function `duparg':
utils.c:287: warning: `noreturn' function does return
utils.c: In function `duparg2':
utils.c:293: warning: `noreturn' function does return
make[1]: *** [utils.o] Error 1
make[1]: Leaving directory `/usr/local/src/iproute2/lib'
make: *** [all] Error 2
thanking u in anticipation !
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] complie error
2002-04-18 12:29 [LARTC] complie error Arindam Haldar
@ 2002-04-18 15:12 ` bert hubert
2002-04-19 5:35 ` Arindam Haldar
1 sibling, 0 replies; 3+ messages in thread
From: bert hubert @ 2002-04-18 15:12 UTC (permalink / raw)
To: lartc
On Thu, Apr 18, 2002 at 05:47:31PM +0530, Arindam Haldar wrote:
> hi all,
>
> while compiling iproute2-2.4.7-now-ss010824 with kernel-2.4.18 i got the
> following error ! ... i need ur help friends !
>
>
> gcc -D_GNU_SOURCE -O9 -Wstrict-prototypes -Wall -Werror -g
Remove -Werror
> -I../include-glibc
> -include ../include-glibc/glibc-bugs.h -I/usr/src/linux-2.4.18/include
> -I../include -DRESOLVE_HOSTNAMES -c -o utils.o utils.c
> cc1: warnings being treated as errors
> utils.c: In function `invarg':
> utils.c:281: warning: `noreturn' function does return
> utils.c: In function `duparg':
> utils.c:287: warning: `noreturn' function does return
> utils.c: In function `duparg2':
> utils.c:293: warning: `noreturn' function does return
> make[1]: *** [utils.o] Error 1
> make[1]: Leaving directory `/usr/local/src/iproute2/lib'
> make: *** [all] Error 2
Boy this sucks :-)
It is probaby best to look somewhere above line 281 and remove the noreturn
statement.
Regards,
bert
--
http://www.PowerDNS.com Versatile DNS Software & Services
http://www.tk the dot in .tk
http://lartc.org Linux Advanced Routing & Traffic Control HOWTO
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] complie error
2002-04-18 12:29 [LARTC] complie error Arindam Haldar
2002-04-18 15:12 ` bert hubert
@ 2002-04-19 5:35 ` Arindam Haldar
1 sibling, 0 replies; 3+ messages in thread
From: Arindam Haldar @ 2002-04-19 5:35 UTC (permalink / raw)
To: lartc
thanx bert
it worked !!
bert hubert wrote:
> On Thu, Apr 18, 2002 at 05:47:31PM +0530, Arindam Haldar wrote:
>
>>hi all,
>>
>>while compiling iproute2-2.4.7-now-ss010824 with kernel-2.4.18 i got the
>>following error ! ... i need ur help friends !
>>
>>
>>gcc -D_GNU_SOURCE -O9 -Wstrict-prototypes -Wall -Werror -g
>>
>
> Remove -Werror
>
>
>>-I../include-glibc
>>-include ../include-glibc/glibc-bugs.h -I/usr/src/linux-2.4.18/include
>>-I../include -DRESOLVE_HOSTNAMES -c -o utils.o utils.c
>>cc1: warnings being treated as errors
>>utils.c: In function `invarg':
>>utils.c:281: warning: `noreturn' function does return
>>utils.c: In function `duparg':
>>utils.c:287: warning: `noreturn' function does return
>>utils.c: In function `duparg2':
>>utils.c:293: warning: `noreturn' function does return
>>make[1]: *** [utils.o] Error 1
>>make[1]: Leaving directory `/usr/local/src/iproute2/lib'
>>make: *** [all] Error 2
>>
>
> Boy this sucks :-)
>
> It is probaby best to look somewhere above line 281 and remove the noreturn
> statement.
>
> Regards,
> bert
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-04-19 5:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-18 12:29 [LARTC] complie error Arindam Haldar
2002-04-18 15:12 ` bert hubert
2002-04-19 5:35 ` Arindam Haldar
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.