This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Header files missing on AIX install...
- From: Andrea 'Fyre Wyzard' Bocci <fwyzard at inwind dot it>
- To: "Venkatakrishnan, V" <V dot Venkatakrishnan at channels dot usa dot xerox dot com>,gcc-help at gcc dot gnu dot org
- Date: Fri, 01 Feb 2002 02:14:08 +0100
- Subject: Re: Header files missing on AIX install...
At 17.05 31/01/2002 (GMT -0500), Venkatakrishnan, V wrote:
>Hi,
> Not exactly a question related to gcc, but I could really use some
>help.
> I've just built this AIX v4.3.3 box and most of the header files
>under /usr/include and /usr/include/sys are missing.
> Do I need to install them from any separate package if so which and
>from where? I assumed that it would have been installed as part of the Base
>Operating System, but when I compile my code using gcc, it reports errors
>about files like ioctl.h, socket.h, types.h etc. missing.
> Thanks in advance.
They probably come with the development version of your C libray or kernel.
Eg., on RedHat Linux sys/ioctl.h, etc., comes from the glibc-devel package,
while linux/ioctl.h comes from the kernel-headers RPM.
I don't know, OTOH, how those files are packaged for AIX.
HTH
fwyzard