Installing GCC on OpenSolaris

3 01 2009

Ok, I know I’ve blogged this before, but this is about doing it via the command line:

I installed everything as root…
# pkg install SUNWgcc

Simple as that!

Some other packages people might like:
# pkg install SUNWgmake
# pkg install SUNWsvn

These have all come in handy whilst setting up my new server.



Beleg Iâ – Building

3 01 2009

So, I had ordered the parts and the parts had arrived.  I was very good, although everything was with me by last Tuesday, I refrained from building them up until Friday.

So this is my new case:

Read the rest of this entry »



OpenSolaris 2008.11 Out

31 12 2008

OK, so it’s old new now, but just wanted to let you all know that it’s out!
Direct link to the iso:
http://dlc.sun.com/osol/opensolaris/2008/11/osol-0811.iso
What’s new link:
http://www.opensolaris.com/learn/features/whats-new/200811/



Sun – Week Seventeen & week with Faye

31 10 2008

I only spent one and a half days in work this week!  Monday was spent doing some work, while Tuesday morning was spent tying up loose ends and passing other people ongoing work.

I then travelled up to Aberystwyth.  I was delayed in getting to Wolverhampton by 20 minutes, so missed the train to Aber.  A two hour wait sitting by a vending machine so I could charge my phone and I was back on the train, arriving in Aber for about 11:40pm.  I met Mike and we went off to Downies where I met up with Faye, Ben and Lauren. Read the rest of this entry »



OpenSolaris & CS101

31 10 2008

On Thursday 30th October, I attended the CS101 lecture in Aber uni.  I was there to give a brief talk about OpenSolaris, focusing on aspects like Zones, DTrace and ZFS.  I think it went OK, possibly pitched it a tad too high, and I missed out tonnes of stuff I wanted to put in, like the copy on write feature of ZFS…

If anyone attended that lecture and is reading this, please feel free email me any questions you might have about OpenSolaris.  If I can’t answer them, I can find an answer :)



SUNWlibsexy

17 09 2008

I’m just updating packages on my OpenSolaris installation, and I glanced at the screen only to find a package called “SUNWlibsexy” sitting bang in the middle of the update screen. After a quick Google, I found this:

Name: SUNWlibsexy
License: Other
Group: System/Libraries
Version: 0.1.11
Summary: libsexy is a collection of GTK+ widgets that extend the functionality of such standard widget.

From here: clicky

Just one more thing in computer science which is…Interesting…



Installing GCC on OpenSolaris

19 05 2008

*NEW* Click here for command line instructions, plus how to install gmake and subversion!

Are you using the new OpenSolaris, released May 2008?

If you have tried to ./configure any sources, you will find that you can’t, because the gcc isn’t in your PATH.
To get gcc on your PATH, do the following:

  • System > Administration > Package Manager
  • Search all packages for gcc
  • Install SUNWgcc
  • Once installed, open Terminal (right click on desktop)
  • Use: export PATH=$PATH:/usr/sfw/bin
  • Now everything should be fine!