Installing GCC on Oracle Solaris 11

后端 未结 9 2089
北荒
北荒 2020-12-05 11:26

i recently got Oracle Solaris on my VM to test some code on it, i was unable to install gcc since i dont really know how, i googled alot but all info is about oracle compile

9条回答
  •  伪装坚强ぢ
    2020-12-05 11:40

    pkg install gcc 
    

    worked for me

    This will install entire gcc collection on your machine. Which anyways will be required

提交回复
热议问题