This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]