Good Morning, I ran into the exact same problem yesterday and found this very informative page about setting up a basic dev environment on OmniOS: Link http://omnios.omniti.com/wiki.php/DevEnv
I added the gcc bin dir to my $PATH and installed all the packages mentioned on that site and znapzend compiled. -christian On Thu, 18 Dec 2014 08:54:05 +0100 Stephan Budach <[email protected]> wrote > Good morning, > > I wanted to install gcc to compile znapzend on my r012 box, so I issued: > > root@nfsvmpool02:/root# pkg install developer/gcc48 > Packages to install: 6 > Create boot environment: No > Create backup boot environment: No > > DOWNLOAD PKGS FILES XFER (MB) > Completed 6/6 1537/1537 165.1/165.1 > > PHASE ACTIONS > Install Phase 2104/2104 > > PHASE ITEMS > Package State Update Phase 6/6 > Image State Update Phase 2/2 > root@nfsvmpool02:/root# pkg install gnu-make > Packages to install: 1 > Create boot environment: No > Create backup boot environment: No > > DOWNLOAD PKGS FILES XFER (MB) > Completed 1/1 31/31 0.5/0.5 > > PHASE ACTIONS > Install Phase 98/98 > > PHASE ITEMS > Package State Update Phase 1/1 > Image State Update Phase 2/2 > > > However, gcc is not available afterwards: > > root@nfsvmpool02:/root# gcc > -bash: gcc: command not found > > I did the same on my r006 box using pkg install developer/gcc47, which > installed gcc as expected. > What did I do wrong? ;) > > Thanks, > budy > _______________________________________________ > OmniOS-discuss mailing list > [email protected] > http://lists.omniti.com/mailman/listinfo/omnios-discuss _______________________________________________ OmniOS-discuss mailing list [email protected] http://lists.omniti.com/mailman/listinfo/omnios-discuss
