Kyle Burton on Thu, 15 Apr 1999 23:43:08 -0400 (EDT) |
On my redhat 5.2 system, I cd'd to /usr/include, ran 'rpm -qvf stdio.h' and got: "glibc-devel-2.0.7-29". So, if Mandrake comes with the development package for glibc, install it and you should be good to go. If you're missing stdio.h, you're probably missing a bunch of other stuff along with it. good luck, and let us know how it goes... mortis ------------------------------------------------------------------------------ "Generally speaking, the Way of the warrior is resolute acceptance of death." -- Miyamoto Musashi, 1645 mortis@voicenet.com http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ On Thu, 15 Apr 1999, Alexander Shinn wrote: > On Thu, Apr 15, 1999 at 07:50:32PM +0000, daq102@yahoo.com wrote: > > OK. Im trying to run "make xconfig" and it works until it says it cant > > find the two files that I named above. Does anyone have these files > > or know where I can get them? They are not on my Mandrake CD, which I > > dont get. Anyway, thanks for the help! > > What are you trying to compile? These are the two most basic C headers, > and are used by almost all C progams, so they most certainly are on your > Mandrake CD (though they'd be wrapped up in an rpm). > > Make sure you have all the packages needed for C development. I'm not > sure exactly how RedHat/Mandrake break this up, but the packages should > include gcc, cpp, the standard library and and assembler (packages > gcc, cpp, libc6 and binutils in Debian). If you set your box up for C > development these should all have been installed from the start. > > One other thing: is it actually asking for "Stdio.h" and "Stdlib.h", > capitalized like that? These files are all lowercase, so if it's asking > for them like this it's probably a program written (in very bad style) > on a windows platform where filenames are case insensitive. > > -- > f00f > > -- > To unsubscribe, send a message with the word 'unsubscribe' in the subject > or body of your message to plug-request@lists.nothinbut.net > > -- To unsubscribe, send a message with the word 'unsubscribe' in the subject or body of your message to plug-request@lists.nothinbut.net
|
|