public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Building on an AIX Bare Minimum System
@ 2004-09-03 18:05 Salman Mohsin
  2004-09-03 18:20 ` Eljay Love-Jensen
  2004-09-03 21:27 ` Ken Foskey
  0 siblings, 2 replies; 3+ messages in thread
From: Salman Mohsin @ 2004-09-03 18:05 UTC (permalink / raw)
  To: gcc-help

Hello,
 
We have an AIX 4.3.3 system which has no compiler, assembler, etc.
Even no common header files that I can find on this system. We needed
to have a C compiler on this machine and I decided that it'd be
better to install gcc on it, instead of standard IBM compiler (xlc).
As it didn't have any compiler, I downloaded and installed the binary
gcc (3.3.3) files for AIX from UCLA's AIX binaries web
site(http://aixpdslib.seas.ucla.edu/index.html). It worked okay.
 
Now I decided to upgrade to the latest 3.4.1 version of gcc (as
UCLA's site didn't have that yet). I downloaded the source for 3.4.1
and ran "configure". It started giving me tons of errors about not
being able to find certain header files (even the basic ones, like
malloc.h, strings.h, etc.). When I search for those header files, I
can see that these are there in the gcc source tree (e.g.
/tmp/gcc/gcc-3.4.1/libstdc++-v3/include/c_compatibility/). How do I
make a fully running gcc 3.4.1?? How do I make it to find those
header files? And if those header files are not on the system
entirely, where should I get them from (GNU, IBM, ...)?? Which header
files (and libraries) would I need (GNU's, IBM's)?? Would I be able
to make gcc to run on its own or would I have to have IBM's compiler
there anyway? Can someone help me please. Thanks.
 
Thanks in advance.
 
Regards,
Salman

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Building on an AIX Bare Minimum System
  2004-09-03 18:05 Building on an AIX Bare Minimum System Salman Mohsin
@ 2004-09-03 18:20 ` Eljay Love-Jensen
  2004-09-03 21:27 ` Ken Foskey
  1 sibling, 0 replies; 3+ messages in thread
From: Eljay Love-Jensen @ 2004-09-03 18:20 UTC (permalink / raw)
  To: Salman Mohsin, gcc-help

Hi Salman,

GCC requires you to provide the OS headers.  (The OS headers are not part 
of GCC.)

I believe that caveat is true for ALL operating systems.  Linux, Herd, 
FreeBSD, Plan 9, OS X / Darwin, Windows NT, Cygwin / Windows, MinGW / 
Windows, DOS, Amiga OS, AIX, HP-UX, Solaris / SunOS, et cetera.

HTH,
--Eljay

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Building on an AIX Bare Minimum System
  2004-09-03 18:05 Building on an AIX Bare Minimum System Salman Mohsin
  2004-09-03 18:20 ` Eljay Love-Jensen
@ 2004-09-03 21:27 ` Ken Foskey
  1 sibling, 0 replies; 3+ messages in thread
From: Ken Foskey @ 2004-09-03 21:27 UTC (permalink / raw)
  To: Salman Mohsin; +Cc: gcc help

On Fri, 2004-09-03 at 22:33, Salman Mohsin wrote:
> Hello,
>  
> We have an AIX 4.3.3 system which has no compiler, assembler, etc.

Look to the Linux Tools CD that you should have.  If not then have a
talk to your IBM representative.

-- 
Thanks
KenF
OpenOffice.org developer

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-03 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-03 18:05 Building on an AIX Bare Minimum System Salman Mohsin
2004-09-03 18:20 ` Eljay Love-Jensen
2004-09-03 21:27 ` Ken Foskey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).