Friday, March 30, 2007

GCC

I just installed Xcode on my Macbook so I could goof around with the gcc toolchain.
smitchell:/usr/local/src/ruby-1.8.5-p35 smitchell$ ./configure --prefix=/usr/local/ --enable-pthread --with-readline-dir=/usr/local
checking build system type... i686-apple-darwin8.9.1
checking host system type... i686-apple-darwin8.9.1
checking target system type... i686-apple-darwin8.9.1
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g...
Did I mention this is a real computer? Geek out. :)

0 Comments:

Post a Comment

<< Home