Skip to content

OmniOS illumos (Solaris) compilation tips

dewi-ny-je edited this page Jun 24, 2019 · 2 revisions

The following tip has been tested successfully at the end of 2016. No more tests have been performed, but it is expected to still apply.

  • modify PATH with GNU tools before the native ones (/usr/local/gnu)
    
  • modify Makefile with:
    

CC = gcc

MYLIBS = -lsocket

LIBDIRS = -L/usr/local/lib

Clone this wiki locally