What package in Red Hat6.0

What package in Red Hat6.0

Post by Barry Bernd » Sun, 18 Jul 1999 04:00:00



Does anybody know what package(s) I need to install in Red Hat 6.0 to be
able to use the 'make install' command?

B. berndt

 
 
 

What package in Red Hat6.0

Post by R.K.A » Sun, 18 Jul 1999 04:00:00



> Does anybody know what package(s) I need to install in Red Hat 6.0 to be
> able to use the 'make install' command?

I have a hunch you could start with make-3.77-6
Try that first. You could also proceed with throwing in what you find of
tools, languages and libraries..like everything resembling C or GCC,
libc, glib, glibc, compat-glibc.. personally I think i threw onboard
every library and language i saw - you never know what obscure routines
and headers a Makefile expect to find on your system. There's for
instance many packages for dealing with graphichs that are more or less
"standard" requirements.

btw..you'd want to run a mere "make" before a "make install" and you'll
see what's missing soon enough :P

Nice feature in gnorpm is the "find" item there - to find rpm's
providing, requiring, containing files etc.

K.