Re: gcc can't find headers

1997-01-13 Thread Paul Serice
On Sun, 12 Jan 1997, Alexander Gieg wrote: > You need to install the packages "libg++27_2.7.2.1-3.deb" and > "libg++27-dev_2.7.2.1-2.deb". The headers that you have are > for the cross-compiler win32 version of gcc. That did it. Thanks! Paul -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail t

Re: gcc can't find headers

1997-01-12 Thread Alexander Gieg
> I've been trying to bridge over to C++ and tried to compile my first > program using gcc, but "#include " didn't work. The compiler > couldn't find the standard headers. I've looked on my system and they > reside in /usr/i386-unknown-cygwin32/lib/g++-include. I tried using the > -I switch to n

gcc can't find headers

1997-01-12 Thread Paul Serice
I've been trying to bridge over to C++ and tried to compile my first program using gcc, but "#include " didn't work. The compiler couldn't find the standard headers. I've looked on my system and they reside in /usr/i386-unknown-cygwin32/lib/g++-include. I tried using the -I switch to no avail.