![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with scp in AIX-5.2 | arnab | AIX | 1 | 04-26-2006 12:45 PM |
| DNS problems. | Westy564 | UNIX for Dummies Questions & Answers | 5 | 02-17-2004 12:07 AM |
| CD-ROM Problems | saucierm | UNIX for Dummies Questions & Answers | 5 | 10-23-2003 02:20 PM |
| Problems with ld.so.1 | ciccio | UNIX for Dummies Questions & Answers | 3 | 08-02-2002 01:59 AM |
| 'make' problems (compliation problems?) | xyyz | UNIX for Advanced & Expert Users | 5 | 11-05-2001 10:47 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
problems with gcc on AIX 4.33
I just installed gcc on AIX 4.33, and I am having some problems with compiling a simple hello world program. See output below for the issue. The "standards.h" file is not on my system and I don't know where to get it.
Thanks in advance for your help! # gcc -v Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/3.3/specs Configured with: ../gcc-3.3/configure Thread model: aix gcc version 3.3 # cat test.c #include <stdio.h> main() { printf ("Hello World!\n"); } # gcc test.c -o test In file included from test.c:1: /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/3.3/include/stdio.h:57:23: standards.h: A file or directory in the path name does not exist. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|