OpenSolaris on Amazon EC2

Solaris in the cloud! Amazon and Sun team up to offer OpenSolaris on the EC2 platform.

http://www.amazon.com/gp/browse.html?node=643950011

No Comments

OpenSSL 0.9.7m doesn’t compile on SPARC

OpenSSL 0.9.7m doesn’t compile on SPARC. The problem is that the Makefile assumes -mcpu was deprecated on SPARC like it was on i386 for GCC. This is not the case. The author has fixed the problem in CVS and it should be corrected in 0.9.7n. 0.9.7m was not a bugfix version, but rather a feature addition, so this isn’t really a big deal.

http://rt.openssl.org/Ticket/Display.html?id=1493

No Comments

Linking problems with gcc on Solaris 10 11/06

I’ve found that some of the build scripts for my packages depend on the location of gcc to be /opt/sfw/bin. Attempting to build these packages on Solaris 10 11/06 (Update 3) fail to find some libraries such as readline. To fix the error, I had to add /opt/sfw/lib to the CFLAGS variable.

1 Comment

GCC Moved in Update 3

GCC has been moved from the Companion Software into the base OS in Solaris 10 Update 3.

$ which gcc
/usr/sfw/bin/gcc
$ gcc –version
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1 Comment