Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. $ which gcc
  2. /bin/gcc
  3.  
  4. $ g++-5 --version
  5. -bash: g++-5: command not found
  6.  
  7. $ sudo find /usr -name gcc-5
  8. $ sudo find /bin -name gcc-5
  9. $
  10.  
  11. $ sudo pkg install --accept gcc-5
  12. ------------------------------------------------------------
  13. Package: pkg://solaris/release/evaluation@1.0,5.12-5.12.0.0.0.115.0:20170111T175931Z
  14. License: evaluation
  15.  
  16. This software has been made available for evaluation purposes only.
  17. See http://www.oracle.com/technetwork/server-storage/solaris11/technologies/foss-evaluation-program-2586275.html for further information.
  18.  
  19. Packages to install: 2
  20. Create boot environment: No
  21. Create backup boot environment: No
  22.  
  23. DOWNLOAD PKGS FILES XFER (MB) SPEED
  24. Completed 2/2 8/8 0.0/0.0 17.4k/s
  25.  
  26. PHASE ITEMS
  27. Installing new actions 37/37
  28. Updating package state database Done
  29. Updating package cache 0/0
  30. Updating image state Done
  31. Creating fast lookup database Done
  32. Updating package cache 2/2
  33.  
  34. gcc --version
  35.  
  36. gcc-5 --version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement