Can I make application for AIX while working on Linux Box


 
Thread Tools Search this Thread
Operating Systems AIX Can I make application for AIX while working on Linux Box
# 1  
Old 10-30-2008
Data Can I make application for AIX while working on Linux Box

Hi all,

I had a large application created using Visual C++. I ported that application using WINE to the Linux platform (ofcourse x86). Now I have to port the same application to AIX which runs over IBM mainframe. I dont have mainframe available but it is required for me to port my application to AIX. Now I need to ask that is there any Cross Compiler that may compile and generate AIX based binary while I am on my Linux box or there is any environment or simulator that I may install on my Linux or Windows box which simulates as it is AIX and thus I can have development of AIX while I am not working on AIX.
If I am not clear at any point please let me know

Regards,
# 2  
Old 10-30-2008
Quote:
Originally Posted by noble_curious
Now I need to ask that is there any Cross Compiler that may compile and generate AIX based binary while I am on my Linux box or there is any environment or simulator that I may install on my Linux or Windows box which simulates as it is AIX and thus I can have development of AIX while I am not working on AIX.
Alas there is no such thing. If you do not need the newest version of AIX for your application you might consider buying an (older) AIX machine second-hand. There are regularly smaller machines offered which won't cost you an arm and a leg.

The OS license is usually sold with the machine but you would still need the xlC compiler from IBM to build for the AIX platform. There is a gcc compiler for AIX available but to build reliable software it is usually better to rely on the vendors "official" compiler.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

AIX- .netrc NOT working in Linux

Hi, I got an issue in .netrc , please find below SFTP script and .netrc file . getting error as below, please assist me to rectify, thanks. sftp> $ imuploaddata test1.DAT /home/test/ Invalid command. FTP scripts abc@systalk:~/test> cat imftp.sh #!/bin/sh filetoftp="$1" filepath="$2"... (4 Replies)
Discussion started by: Riverstone
4 Replies

2. How to Post in the The UNIX and Linux Forums

Copying , renaming the file from windox box and ftp to Linux box

Hello my dear friends, Two file are auto generated from mon - fri at different directories on same windows box.Every day i have to copy the file, rename it (specific name)and ftp it to linux box specified directory. is it possible to automate this process,If yes this has to be done from windows... (1 Reply)
Discussion started by: umesh yadav
1 Replies

3. Red Hat

How to access redhat Linux box graphically from windows box?

Hi I have a linux box and need to access from windows graphically # uname -a Linux pc-l416116 2.6.18-155.el5 #1 SMP Fri Jun 19 17:06:47 EDT 2009 i686 i686 i386 GNU/Linux What components do I need to install on Linux and windows to do that? TIA (6 Replies)
Discussion started by: magnus29
6 Replies

4. UNIX for Dummies Questions & Answers

How to check if an application has been installed on a unix/linux box?

hi, guys, now I face a problem. I have developed an application, and when it starts, it shall check if an application has been installed on the running linux/unix. If result is positive, i do something with the application command. just as an example: I want to check if sshd has been... (3 Replies)
Discussion started by: sk1418
3 Replies

5. UNIX for Dummies Questions & Answers

Copying application directory from one unix box to another

Hi , if I copy an application directory (with all its subdirectories) from one unix box to another (suppose same version), will that application work in the 2nd unix box? (3 Replies)
Discussion started by: me_saby
3 Replies

6. Solaris

Listing application installed on a Solaris box

I am trying to list all the applications that is installed on my sun solaris box. I have used the command pkginfo but it only give me the applications that was bundled with solaris. This machine runs oracle and pkginfo command does not list that. Any idea to get to list all the applications... (1 Reply)
Discussion started by: ibroxy
1 Replies

7. AIX

Migrating C Application from AIX to Linux

Hi All, I am currently facing new problem of migrating C(c language) application from AIX machine to Linux machine. We are using GCC to compile the source code.. But facing with the compilation issues, with lot of GCC C libs differing between AIX box to Linux box... Pls help me... (3 Replies)
Discussion started by: karthikc
3 Replies

8. AIX

Application Performance on AIX Box

Hello. I have couple of applications installed on my AIX server. Since yesterday the admins have installed one more software installed on it. I am asked to monitor the performance and to conclude if the new application is really affecting the performance for all the applications users. Could... (3 Replies)
Discussion started by: panchpan
3 Replies

9. UNIX for Dummies Questions & Answers

difference between AIX box and Sun Solaris box

Hi, I need a clarification. Is there any difference between AIX box and Sun Solaris box? The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box. Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies

10. Shell Programming and Scripting

Script to Reboot a linux box from a windows box

HI All, I need a script to reboot a linux box from a windows box. The script needs to run automatically whenever a sitescope alerts with an error message. Have searched for this in the forums, but could not get something relative. Pls. let me know the various alternatives we have to do... (2 Replies)
Discussion started by: Crazy_murli
2 Replies
Login or Register to Ask a Question