Difference between revisions of "SunOS/ELF"

From Lazarus wiki
Jump to navigationJump to search
(Add link to Lazarus on Solaris.)
m
 
(3 intermediate revisions by 2 users not shown)
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 ==
Line 8: Line 8:
 
* 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.
 
* 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.
 
* The equivalent to strace/ktrace is called truss on Solaris.
 +
 +
[[Category:Solaris]]

Latest revision as of 16:41, 23 April 2014

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.