In order to generate a distibution packages for x86_64-solaris, I had to patch fpcsrc/compiler/systems/i_sunos.pas because this target was using ar instead of GNU ar, but on Solaris, the deefault ar program uses incompatible options, and GNU ar is required. Pierre Muller *** fpcsrc/compiler/systems/i_sunos.pas.ori Thu Mar 6 16:38:45 2014 --- fpcsrc/compiler/systems/i_sunos.pas Thu Mar 6 16:39:00 2014 *************** *** 133,139 **** assemextern : as_ggas; link : nil; linkextern : nil; ! ar : ar_gnu_ar; res : res_elf; dbg : dbg_dwarf2; script : script_unix; --- 133,139 ---- assemextern : as_ggas; link : nil; linkextern : nil; ! ar : ar_gnu_gar; res : res_elf; dbg : dbg_dwarf2; script : script_unix;