Re: compiler, but no libraries? Richard Müller writes:
> I installed via "apt-get install gcc" the GNU C-Compiler (on a Debian
> etch machine), but when compiling no standard-libraries are found
> (stdio.h). What went wrong?
As gcc is useful for things like compiling kernels and embedded system that
do not require the standard libraries they are not included in the gcc
package. Install the "build-essential" package.
--
John Hasler |