vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| 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 Sincerely, John Smith "Tim Alsop" <Tim.Alsop@CyberSafe.Ltd.UK> wrote in message news:<3f213ea7$0$254$fa0fcedb@lovejoy.zen.co.uk>.. . > I am looking for an AIX C compiler v5.0. Does anybody have a CDROM with this > version so I can install it on AIX 4.3.2 ? I understand that v6.0 compiler > is only able to support 4.3.3 or later. > > Thanks, Tim. |
| ||||
| "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 |