Difference between revisions of "SunOS/ELF"

From Lazarus wiki
Jump to navigationJump to search
(Add link to Lazarus on Solaris.)
(reworked sentence so it makes sense. Hope it's as intended.)
Line 2: Line 2:
  
 
== Status ==
 
== Status ==
* The SPARC/Solaris port works fairly well, and nightly testsuite runs keep it that way. It is tested occasionally not under active development, see [[Lazarus on Solaris]].
+
* The SPARC/Solaris port works fairly well, and nightly testsuite runs keep it that way. It is tested occasionally (not under active development), see [[Lazarus on Solaris]].
  
 
== Useful to know ==
 
== Useful to know ==

Revision as of 16:08, 30 November 2012

The SunOS/ELF aka Solaris port is in maintenance mode.

Status

  • The SPARC/Solaris port works fairly well, and nightly testsuite runs keep it that way. It is tested occasionally (not under active development), see Lazarus on Solaris.

Useful to know

  • FPC/Solaris currently uses the GNU Tool chain. http://www.blastwave.org/ provides a prepackaged packages with a usable package manager for Solaris.
  • http://www.sunfreeware.com also has the required GNU packages (make, libintl, gdb, binutils). Its assembler and linker are called gas/gld in order not to conflict with Sun's as/ld, but the compiler first search for these names. Remember to also use gmake rather than make when building FPC.
  • The equivalent to strace/ktrace is called truss on Solaris.