Slashdot Mirror


User: Andy+Robb

Andy+Robb's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:First Java open-sourced, now this... go Sun! on Sun to Make Solaris More Linux Like · · Score: 1

    Unless you are a dyed-in-the-wool SunOS addict, please include /usr/xpg6/bin:/usr/xpg4/bin at the start of your PATH. These are X-Open standards-conformant versions of most UNIX commands (cp, mv, ls, awk, sed, grep, vi etc) and are very similar to Linux. You can then add /usr/sfw/bin and /opt/sfw/bin (from Companion CD) to get the open source versions. The supplied GCC is only 32-bit but copy its configuration and you can use it to make your own 64-bit compilers from the supplied source code.