Re: what do you mean you can't find stdio.h!!!

2001-01-30 Thread will trillich
On Tue, Jan 30, 2001 at 11:15:36AM -0700, Jeff Weatherford wrote: > Ok, maybe I'm a looser, but I thought that the standard c libraries were > part of the libc package. In any case, I'm trying to compile some code > using gcc, and sure enough..."can't find file stdio.h" At fist I think > maybe

Re: what do you mean you can't find stdio.h!!!

2001-01-30 Thread Ben Collins
On Tue, Jan 30, 2001 at 12:09:48PM -0700, Jeff Weatherford wrote: > Thanks you all for the package name!!! > > but now hears one for you...i upgrade libc6 (for compiling the 2.4 kernel), > and i couldn't apt-get it from the stable distro (the version # of libc was > too high). i then downloaded

Re: what do you mean you can't find stdio.h!!!

2001-01-30 Thread Jeff Weatherford
Thanks you all for the package name!!! but now hears one for you...i upgrade libc6 (for compiling the 2.4 kernel), and i couldn't apt-get it from the stable distro (the version # of libc was too high). i then downloaded libc6-dev from the unstable distro and now dpkg is saying that libc6-dev

Re: what do you mean you can't find stdio.h!!!

2001-01-30 Thread David Wright
Quoting Jeff Weatherford ([EMAIL PROTECTED]): > I thought that the standard c libraries were > part of the libc package. For runtime, yes. > In any case, I'm trying to compile some code > using gcc, Then you need the libc6-dev package. Cheers, -- Email: [EMAIL PROTECTED] Tel: +44 1908 65

Re: what do you mean you can't find stdio.h!!!

2001-01-30 Thread Romain Lerallut
Luckily the standard C library is installed, or else all would be broken. However the headers are not necessarily installed. Depends on the type of installation you chose. In general: The libfoo.deb package will contain the libfoo.x.y.so binary files, but not the foo.h headers, since they'll only

Re: what do you mean you can't find stdio.h!!!

2001-01-30 Thread Colin Watson
Jeff Weatherford <[EMAIL PROTECTED]> wrote: >Ok, maybe I'm a looser, but I thought that the standard c libraries were >part of the libc package. In any case, I'm trying to compile some code >using gcc, and sure enough..."can't find file stdio.h" At fist I think >maybe it's not in my path. $PA

what do you mean you can't find stdio.h!!!

2001-01-30 Thread Jeff Weatherford
Ok, maybe I'm a looser, but I thought that the standard c libraries were part of the libc package. In any case, I'm trying to compile some code using gcc, and sure enough..."can't find file stdio.h" At fist I think maybe it's not in my path. I checked, and it should have been. Then as root: