Created
February 13, 2013 05:15
-
-
Save xatier/4942457 to your computer and use it in GitHub Desktop.
suck apple builtin tools ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /bin/bash --version | |
GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin12) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
$ /usr/bin/emacs__ --version | |
GNU Emacs 22.1.1 | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
GNU Emacs comes with ABSOLUTELY NO WARRANTY. | |
You may redistribute copies of Emacs | |
under the terms of the GNU General Public License. | |
For more information about these matters, see the file named COPYING. | |
$ /usr/bin/gcc__ --version | |
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
$ /usr/bin/gdb__ --version | |
GNU gdb 6.3.50-20050815 (Apple version gdb-1822) (Sun Aug 5 03:00:42 UTC 2012) | |
Copyright 2004 Free Software Foundation, Inc. | |
GDB is free software, covered by the GNU General Public License, and you are | |
welcome to change it and/or distribute copies of it under certain conditions. | |
Type "show copying" to see the conditions. | |
There is absolutely no warranty for GDB. Type "show warranty" for details. | |
This GDB was configured as "x86_64-apple-darwin". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment