LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Porting Solaris applications to Linux (https://www.linuxquestions.org/questions/programming-9/porting-solaris-applications-to-linux-415210/)

gracy_fg 02-14-2006 03:43 AM

Porting Solaris applications to Linux
 
Hi All,
I am a student working on a migration project. Could anybody please suggest a suitable tool for porting the Solaris application to Linux Os. Is there any ready made tool available. I found one with IBM and HP .. but those are all for their customers and couldn't get one. Any tool in Open source. Please help.

Thanks and Regards,
GG.

paulsm4 02-14-2006 11:33 PM

Uh - "vi makefile", change "cc" to "gcc" and recompile?

primo 02-14-2006 11:58 PM

Well, of the many things you must do, one is stripping "-lsocket -lnsl -lresolv" on Makefiles, if the project contains networking code. Linux emulates some API from Solaris. I don't know of any tools to do this, so I guess you must find each case and solve it with the added benefit that you will know what's going on. Try asking jlliagre on the Solaris forum.


All times are GMT -5. The time now is 11:40 PM.