[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 01433) Re: error with usagi kernel 2.4.18



At Tue, 30 Apr 2002 20:22:20 +0700,
onky sasongko <onkymaverick@xxxxxxxxxxxxxx> wrote:

Hello,

> I want to use newest stable kernel and tool from usagi (20020408)with linux mandrake 8.2 , after './configure', then we must do  'make', but I don't know why there is error output like this:
> 
> gcc -I../libinet6/include -g -O2 -D_USAGI -DINET6   -DBINDIR=\"/usr/local/v6/bin\" writed.c  -L../libinet6 -linet6  -o writed
> /usr/bin/ld: cannot find -linet6
> collect2: ld returned 1 exit status
> make[1]: *** [writed] Error 1
> make[1]: Leaving directory `/usr/src/usagi/usagi/writed'
> make: *** [apps] Error 2

You may be failed to build libinet6.a library.
Please make sure there is libinet6.a file under usagi/usagi/libinet6
directory.

-- Yuji Sekiya