hi bug-parted, i am trying to build a completely static binary for parted (i've downloaded the source for v2.2), and i can't seem to achieve that. i've run ./configure with --disable-shared, but after running make, i get a binary that is still dynamically linked:
$ file parted/parted parted/parted: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), not stripped $ ldd parted/parted libuuid.so.1 => /lib/libuuid.so.1 (0x00002b5c80d71000) libdevmapper.so.1.02 => not found libreadline.so.5 => /lib/libreadline.so.5 (0x00002b5c80f75000) libdl.so.2 => /lib/libdl.so.2 (0x00002b5c811b5000) libncurses.so.5 => /lib/libncurses.so.5 (0x00002b5c813ba000) libc.so.6 => /lib/libc.so.6 (0x00002b5c815f5000) /lib64/ld-linux-x86-64.so.2 (0x00002b5c80b52000) anyone have any advice on how to do this? i must be doing something incredibly brain-dead... -alan _______________________________________________ bug-parted mailing list bug-parted@gnu.org http://lists.gnu.org/mailman/listinfo/bug-parted