This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 2.7.2.3. compile problem
- To: help-gcc at gnu dot org
- Subject: Re: gcc 2.7.2.3. compile problem
- From: karuottu at freenet dot hut dot fi (Kai Ruottu)
- Date: Wed, 22 Dec 1999 13:57:43 GMT
- Newsgroups: gnu.gcc.help
- Organization: SAUNALAHDEN SERVERIN asiakas
- References: <385FE3EC.87AE5F3A@trw.com>
- Reply-To: karuottu at freenet dot hut dot fi
- Xref: wodc7nx0 gnu.gcc.help:2265
On 21 Dec 1999 20:33:10 GMT, Terry Songy <terry.songy@trw.com> wrote:
> I am using a gcc 2.7.2.3 GNU compiler on a SPARCstation10.
>Everytime I attempt to compile a test file I get the following message:
>sys/ mach_types.h file does not exist.
The Solaris2.4 headers have the 'sys/machtypes.h', but no
'sys/mach_types.h'. Are you sure that the 'bug' isn't just a typo
somewhere?
E.g. your 'sys/types.h' might have the typo...
Cheers, Kai