Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Linux Software

Solaris-to-Linux Porting Guide 7

Albert writes: "This article is the best guide I've seen for moving your Solaris applications over to Linux. It provides guidelines, suggestions, and resources to help deal with porting your application from Sun Solaris to Linux. You also get access to an online tool that shows how the specific APIs used by your Solaris application map to Linux. This is a great resource."
This discussion has been archived. No new comments can be posted.

Solaris-to-Linux Porting Guide

Comments Filter:
  • Easier guide: (Score:1, Informative)

    by Anonymous Coward
    1) Buy very expensive Solaris machine.

    2) Forget about Linux and use a real Unix like Solaris.

    3) Have a beer or two while Linux-freak buddy screams about how Microsoft makes it so hard to install Linux on Sun boxes.
    • Don't know about *your* shop but where I work we have a place for Solaris AND Linux AND MS Windows. Our Holy Grail is 'unix' stability/performance on 'intel' (read cheap) hardware.

      What's standing in my way are the developers of our CAD tools. Cadence isn't going there (we don't see any evidence that 'you' want it) and Mentor STARTED to port to Linux, but stopped short of porting the bits that WE use (lack of market demand).
  • by rowlingj ( 118872 )
    Sun's staff also recommend using GCC for your own development on Solaris, rather than using the Sun compiler.

    Simple reason: GCC is far cheaper and it's sensible to make your code portable if you are not writing hardware-specific code.

    The only time I would imagine that the Sun compiler would be one's choice, was if you either worked at Sun or you were OEMing some hardware driver (and needed to hook into someone else's work).
  • Step 2 says to test the to-be-ported software on Linux-Sparc, but interest in the platform seems to be waning among Linux developers these days. I use RH6.2 on an Ultra 10 at my University, and it really rocks. I just hope UltraSPARC support will continue for those distro's that haven't killed it off yet.

An authority is a person who can tell you more about something than you really care to know.

Working...