Go to the first, previous, next, last section, table of contents.

Problems with g++ on Linux Slackware 3.0

"When I try to compile the traditional Hello, world program on Linux, the compiler can't find `iostream.h'. What's the deal?"

You probably have the Slackware 3.0 release. There's an error in the setup. It's easy to fix, though; log in as root, and make a symbolic link:

ln -s /usr/lib/g++-include /usr/include/g++

Go to the first, previous, next, last section, table of contents.