"J.Smith" <lbalbalba@hotmail.com> schrieb im Newsbeitrag
news:737da4e2.0307261414.66a17af8@posting.google.c om...
> Well if you really need IBM's visual C compiler, im afraid you're
> going to have to buy it. Otherwise, you can get the free GNU C
> Compiler, GCC. It's available for free download at IBM's web site as
> part of the AIX toolbox for Linux, and requires AIX 4.3.3 or higher.
>
>
> http://www-1.ibm.com/servers/aix/pro.../download.html
>
>
For older AIX releases you can get the GCC from
www.bullfreeware.com
With this version you can build your own,brandnew GCC.
The GCC is an excellent compiler and produces fast optimized binaries for
PowerPC.
On the POWER platform IBM'c xlc gives faster results. Same for common
binaries.
GCC 3.2.3 supports 64bit mode. Don't know about the quality since I don't
have a 64bit system.
---
Uli