On Mon, Aug 26, 2002 at 08:03:35PM -0000,
root@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx wrote:
> i have errors trying to compile xfsdump
>
> error output is follow:
>
> === invutil ===
> gcc -O1 -g -DDEBUG -funsigned-char -Wall -DDUMP -DBASED -DDOSOCKS
> -DINVCONVFIX -DSIZEEST -DPIPEINVFIX -I../include -I/usr/include/xfs
> -I/usr/include/attr '-DVERSION="2.1.5"' -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
> -DXFS_BIG_FILES=1 -DXFS_BIG_FILESYSTEMS=1 -I../include -I/usr/include/xfs
> -I/usr/include/attr -c -o inv_files.o inv_files.c
> gcc -O1 -g -DDEBUG -funsigned-char -Wall -DDUMP -DBASED -DDOSOCKS
> -DINVCONVFIX -DSIZEEST -DPIPEINVFIX -I../include -I/usr/include/xfs
> -I/usr/include/attr '-DVERSION="2.1.5"' -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
> -DXFS_BIG_FILES=1 -DXFS_BIG_FILESYSTEMS=1 -I../include -I/usr/include/xfs
> -I/usr/include/attr -c -o invutil.o invutil.c
> /usr/bin/libtool --mode=link gcc -o xfsinvutil inv_files.o invutil.o
> /usr/lib/libuuid.a @libcurses@
> mkdir .libs
> gcc -o xfsinvutil inv_files.o invutil.o @libcurses@ /usr/lib/libuuid.a
> gcc: @libcurses@: No such file or directory
> make[1]: *** [xfsinvutil] Error 1
> make: *** [default] Error 2
>
> this is tofdays CVS snapshot (26/08/2002)
> system is fresh install of slackware 8.1 with CVS 2.4.19-xfs kernel
hi,
Can you first try:
# cd cmd/xfsdump
# make distclean
# make
and if that doesn't help, send me the output that the configure
script generates and also the include/builddefs file it creates.
thanks.
--
Nathan
|