![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| when porting from HP-UX to Linux | amitpansuria | Linux | 1 | 04-17-2008 11:08 PM |
| porting shell script from Linux to AIX. | joy_1 | Shell Programming and Scripting | 6 | 12-26-2007 11:57 PM |
| Porting to AIX from Sun Solaris | rbs100 | AIX | 1 | 08-23-2007 02:06 PM |
| porting | areef4u | UNIX for Advanced & Expert Users | 10 | 08-03-2006 05:32 AM |
| Porting tools | veeru554 | High Level Programming | 5 | 12-09-2005 10:47 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Porting of Shell to AIX
Hi All,
I would like to know of the steps needed for the implementation of a shell in AIX. This shell is written by one of our developers and is currently running in Solaris. This needs to be ported to AIX. Does any of you guys know the implementation steps to do this. If so please do let me know. Thanks in advance, R.Dhanamurthy |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You can just try compiling it under AIX. If it doesn't give any trouble while compiling, go ahead and use it. If no Solaris specific stuff is in the code, it shouldn't be a problem.
|
|
#3
|
|||
|
|||
|
Blowtorch,
Compiling wont be a problem i guess. Since i dont have any idea of how to implement a new shell. I just would like to know what are the steps to implement the shell. Like putting some entries in /etc/shells or what else should be done. Any help is appreciated. Thanks in advance R.Dhanamurthy |
|
#4
|
||||
|
||||
|
When you talk of porting, it usually means that you want to rewrite the existing application to run/run efficiently on another system. Just getting it setup as a user's shell will be much easier. Can't help you with AIX though, I don't really know much about the system.
|
|
#5
|
|||
|
|||
|
Quote:
but I could probably think of a situation ( this might not be possible as well ) where quoting of specific directory structures in using a command, could be a problem as they are different systems and possibly directory structures for commands might differ Not sure really! |
|
#6
|
|||
|
|||
|
Quote:
Quote:
|
|||
| Google The UNIX and Linux Forums |