On Fri, Jan 21, 2000 at 11:32:34PM +0800, Kyle Hargraves wrote:
[...] 
> Secondly, I've installed egcs and egcs-c++ in the hope of obtaining a cc
> or CC compiler.  rpm -qlp does not identify a stdio.h file and hence 
> the following simple program fails to comple :
[...]

If I'm not completely mistaken, those header files are part of the
glibc-devel RPM. Hence, you'll need to install that. Also, depending on
what you intend to compile later on, you might want to install other
devel packages, as they would contain the header files for the
respektive libraries (e.g. GTK+).
One way of finding out which file is where is to cd into the directory
on your CD where all the RPMs reside and then run:

rpm -qlp * | less

That will open up the less pager with all file lists, which you can then
search for the file you're looking for.

HTH,

Thomas
-- 
             "Look, Ma, no obsolete quotes and plain text only!"

     Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to