[OmniOS-discuss] gcc : include path settings?

Mayuresh Kathe mayuresh at kathe.in
Sat Oct 12 17:36:08 UTC 2013


hello, new here, just started off today.
i've installed gcc47 from the pkg repository.
how do i set the include path for gcc47?
simple programs like the one below fail to compile.

-- helloworld.c --
#include <stdio.h>
int main(void) {
  printf("Hello, World!\n");
  return 0;
}
-- helloworld.c --

overall, the omnios environment feels good, just
a bit strange for someone migrating from bsd. :)

best,

~mayuresh



More information about the OmniOS-discuss mailing list