> On Thu, 21 Dec 1995, Charlie Milhans wrote:
>
> >
> > I get an error that the include file, iosteam.h, is missing. Is this
> > supposed to come with the GNU C/C++ compiler?
> >
>
> iosteam.h or iostream.h? iostream.h, along with other C++ goodies, is
> found in a separate GNU package (libg++), available at your favorite GNU
> ftp site.
>
> Mike Blatchley
Sounds like you might have installed GCC 2.7.0 from the Slackware 3.0 Linux
distribution. The g++ directory was improperly placed, all you have to do is
make sure that there are two symlinks, "/usr/include/g++" and
"/usr/include/g++-include", and that they both are linked to
/usr/lib/g++-include". After doing this I was able to compile FvwmConfig.
Luck++;
--
From: Eric Kahler.
ekahler_at_mars.superlink.net
http://mars.superlink.net/user/ekahler/index.html
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Dec 21 1995 - 20:04:37 GMT