Home
Name Modified Size InfoDownloads / Week
kdumpid-1.5.tar.bz2 2023-06-29 12.3 kB
kdumpid-1.4.tar.bz2 2023-06-29 12.0 kB
kdumpid-1.3.tar.bz2 2020-09-22 11.7 kB
kdumpid-1.2.tar.bz2 2017-05-15 11.5 kB
kdumpid-1.1.tar.bz2 2016-02-01 11.0 kB
kdumpid-1.0.tar.bz2 2014-11-03 10.8 kB
kdumpid-0.91.tar.bz2 2013-04-05 19.4 kB
README.markdown 2011-11-03 920 Bytes
kdumpid-0.90.tar.bz2 2011-11-03 19.1 kB
Totals: 9 Items   108.7 kB 0

To compile this package, you'll need the following:

  • BFD. Any version with disassemblers for x86, ppc and s390 will do. This usually comes with the distro packaged as binutils-devel or similar.
  • zlib. You can usually find it in a zlib-devel package.
  • GNU C Library. Almost any version will do. Other C libraries may also work, but since there is no standard interface for byte-order macros, this may need some porting.
  • GCC. The source uses a few construct specific to GCC (such as variable attributes). Porting should be easy, though.

Once you've got the prerequisites, simply unpack the tarball and run

make
make install

If you wish to install into another directory than /usr/local/bin, you can tweak the location in Makefile before running make install.

Source: README.markdown, updated 2011-11-03