On Wed, 2002-10-23 at 09:42, Kostadin Karaivanov wrote:
> Is there any issue with gcc-3.2?
> I'm getting errors when I try to compile(linking stage I believe) xfsprogs
> with gcc-3.2.
> OS is slackware-surrent, glibc 2.3.1. Error is as follows:
>
>
> gcc -o xfs_db addr.o agf.o agfl.o agi.o attr.o attrshort.o bit.o block.o
> bmap.o bmapbt.o bmroot.o bnobt.o check.o cntbt.o command.o convert.o data.o
> dbread.o debug.o dir.o dir2.o dir2sf.o dirshort.o dquot.o echo.o faddr.o
> field.o flist.o fprint.o frag.o freesp.o hash.o help.o init.o inobt.o
> inode.o input.o io.o malloc.o mount.o output.o print.o quit.o sb.o sig.o
> strvec.o text.o type.o uuid.o write.o main.o ../libxfs/.libs/libxfs.a
> /usr/lib/libuuid.a
> /usr/lib/libuuid.a(parse.o): In function `uuid_parse':
> parse.o(.text+0x2c): undefined reference to `__ctype_b'
> collect2: ld returned 1 exit status
> make[2]: *** [xfs_db] Error 1
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4-xfs/cmd/xfsprogs'
> make: *** [default] Error 2
>
> I suspect that there is a library on my machine that is compiled with older
> gcc but I can't
> determine which.......
I would guess libuuid is a good place to start :-)
that library is part of the ext2 devel package.
>
>
>
> Kostadin Karaivanov
> Senior System Administrator @ Ministry Of Finance
> tel: +359 2 98592062
> larry@xxxxxxxxxxxxxxxxxxxx
>
>
> Kostadin Karaivanov
> Senior System Administrator @ Ministry Of Finance
> tel: +359 2 98592062
> larry@xxxxxxxxxxxxxxxxxxxx
>
>
>
>
|