Neal and I found a bug in libstore/std.c where &store_part_class was not compiled in due to HAVE_PARTED_PARTED_H not being defined. Neal's suggested fix was to change it to HAVE_LIBPARTED, which is the included patch.
ChangeLog entry: 2001-10-10 Kevin Kreamer <[EMAIL PROTECTED]> * std.c: Change "HAVE_PARTED_PARTED_H" to "HAVE_LIBPARTED". Index: std.c =================================================================== RCS file: /cvsroot/hurd/hurd/libstore/std.c,v retrieving revision 1.8 diff -u -p -r1.8 std.c --- std.c 2001/09/28 06:12:38 1.8 +++ std.c 2001/10/10 10:43:52 @@ -24,7 +24,7 @@ const struct store_class *const store_std_classes[] = { &store_device_class, -#if HAVE_PARTED_PARTED_H +#if HAVE_LIBPARTED &store_part_class, #endif &store_file_class, Thanks, Kevin -- Kevin Kreamer FsckIt on openprojects.net _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd