configure:22158: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lblkid >&5
/usr/lib/libblkid.a(probe.o)(.text+0x2b3): In function `set_uuid':
/root/src/GNU/unmodified_gnu/nfs-utils-1.0.12/e2fsprogs-1.41.3/lib/blkid/probe.c:132: undefined reference to `uuid_is_nu
ll'
/usr/lib/libblkid.a(probe.o)(.text+0x2d0):/root/src/GNU/unmodified_gnu/nfs-utils-1.0.12/e2fsprogs-1.41.3/lib/blkid/probe
.c:133: undefined reference to `uuid_unparse'
/usr/lib/libblkid.a(probe.o)(.text+0x3af): In function `get_ext2_info':
/root/src/GNU/unmodified_gnu/nfs-utils-1.0.12/e2fsprogs-1.41.3/lib/blkid/probe.c:162: undefined reference to `uuid_is_nu
ll'
collect2: ld returned 1 exit status
configure:22164: $? = 1
configure: failed program was:
| /* confdefs.h. */
Anyone any ideas ?
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs
_______________________________________________
Please note that [email protected] is being discontinued.
Please subscribe to [email protected] instead.
http://vger.kernel.org/vger-lists.html#linux-nfs
On Sun, Dec 14, 2008 at 5:56 PM, Jonathan Andrews <jon-6sjJsz/Jqtu8qtKVGud/[email protected]> wrote:
>
> configure:22158: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lblkid >&5
> /usr/lib/libblkid.a(probe.o)(.text+0x2b3): In function `set_uuid':
> /root/src/GNU/unmodified_gnu/nfs-utils-1.0.12/e2fsprogs-1.41.3/lib/blkid/probe.c:132: undefined reference to `uuid_is_nu
> ll'
> /usr/lib/libblkid.a(probe.o)(.text+0x2d0):/root/src/GNU/unmodified_gnu/nfs-utils-1.0.12/e2fsprogs-1.41.3/lib/blkid/probe
> .c:133: undefined reference to `uuid_unparse'
> /usr/lib/libblkid.a(probe.o)(.text+0x3af): In function `get_ext2_info':
> /root/src/GNU/unmodified_gnu/nfs-utils-1.0.12/e2fsprogs-1.41.3/lib/blkid/probe.c:162: undefined reference to `uuid_is_nu
> ll'
> collect2: ld returned 1 exit status
> configure:22164: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
>
>
> Anyone any ideas ?
To answer your question: Try to use either "--without-uuid" or
"--disable-uuid" during configure. (I can't remember which is
correct, and the --help documentation was wrong at one point.)
A question for you: This is a pretty old version. Why not build 1.1.4 ?
K.C.
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs
_______________________________________________
Please note that [email protected] is being discontinued.
Please subscribe to [email protected] instead.
http://vger.kernel.org/vger-lists.html#linux-nfs