IDE for C programs on AIX

Hi,

I need an IDE for my C application based on AIX 5.3
is there any IDE that I could use directly in AIX or I have to use X window server to visualise it on windows?

Thanks in advance
Hasnaa

I don't know if IBM's xlC-compiler brings a IDE, but you could use Eclipse C/C++ dev suite for this. I bet there is some way to integrate the C-Compiler on the AIX box.

1 Like

Hi zaxxon and thanks for your replay
Is Eclpise C/C++ dev suit could be installed on AIX or I have to install it on windows and access to my C file on AIX? if so please let me know how to proceed
Thanks in advance

I googled for you and found the Eclipse for AIX project, but the latest package is from 2008:
Eclipse Project

No clue if this works on a modern install.

I would recommend to do a local install of Eclipse on your workstation/PC and have the files being edited there. Then when something is compiled, move it with scp or something to the AIX box and try it out.

Also found this old site:
https://www.ibm.com/developerworks/community/blogs/5894415f-be62-4bc0-81c5-3956e82276f3/entry/c\_c\_cobol\_ide\_for\_aix?lang=en_us