[olug] missing C standard library?
Eric Penne
epenne at yahoo.com
Thu Feb 27 16:35:45 UTC 2003
> apt-cache search stdc
gccchecker - Memory access debugger for C language development
libg++2.8.1.3-dbg - The GNU C++ extension library - debugging files.
libstdc++2.10-dbg - The GNU stdc++ library (debugging files)
libstdc++2.10-dev - The GNU stdc++ library (development files)
libstdc++2.10-glibc2.2 - The GNU stdc++ library
libstdc++2.9-glibc2.1 - The GNU stdc++ library (old egcs version)
libstdc++3 - The GNU stdc++ library version 3
libstdc++5 - The GNU Standard C++ Library v3
libstdc++5-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++5-dev - The GNU Standard C++ Library v3 (development files)
libstdc++5-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++5-pic - The GNU Standard C++ Library v3 (shared library subset
kit)
Maybe check one of these. Try the dev version. *shrug*
BTW Brian thanks for the knoppix download.
Eric
--- Mike Hostetler <thehaas at binary.net> wrote:
> On Thu, Feb 27, 2003 at 09:31:55AM -0600, Brian Wiese wrote:
> > Apparently I'm missing the gcc standard libaries... Does anyone
> know of
> > the deb package for this[1]? I've looked and looked...
> >
> > I try to compile this c code, and it says that all of the header
> files are
> > missing, "stdio.h, stdlib.h, ctype.h, string.h". I have gcc,
> libc6, and
> > make installed. Is there a glibc package, or maybe some env
> variable I
> > have to set?
> >
>
> I don't know much about Debian, but if you have gcc installed, you
> probably have the standard libraries or headers (they are different
> files). In fact, if you didn't have the libraries, your system
> probably
> wouldn't work!
>
> Check to make sure that those files are in your /usr/include. If
> they
> are, then the make files are setup way, way wrong, you have an
> environment problem, etc. Try "gcc -I/usr/include".
>
> If the includes aren't there, then you do have to find the right
> packages! Look for something like gcc-devel or something similar.
>
> -- mikeh
>
>
>
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
More information about the OLUG
mailing list