Advertisement
Rochet2

versionoutput

Oct 10th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. rochet2@rochet2-VirtualBox:~$ mysql --version
  2. mysql Ver 14.14 Distrib 5.5.43, for debian-linux-gnu (x86_64) using readline 6.3
  3. rochet2@rochet2-VirtualBox:~$ make --versionGNU Make 3.81
  4. Copyright (C) 2006 Free Software Foundation, Inc.
  5. This is free software; see the source for copying conditions.
  6. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  7. PARTICULAR PURPOSE.
  8.  
  9. This program built for x86_64-pc-linux-gnu
  10. rochet2@rochet2-VirtualBox:~$ g++ --version
  11. g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
  12. Copyright (C) 2013 Free Software Foundation, Inc.
  13. This is free software; see the source for copying conditions. There is NO
  14. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  15.  
  16. rochet2@rochet2-VirtualBox:~$ gcc --version
  17. gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
  18. Copyright (C) 2013 Free Software Foundation, Inc.
  19. This is free software; see the source for copying conditions. There is NO
  20. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  21.  
  22. rochet2@rochet2-VirtualBox:~$ cmake --version
  23. cmake version 2.8.12.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement