oscardelben / RailsOneClick

Rails One Click installer for Mac Os X
http://railsoneclick.com/
MIT License
157 stars 6 forks source link

Fail during installation on Mac OS X 10.9 DP 4 #8

Open ltsuda opened 11 years ago

ltsuda commented 11 years ago

Button 'Check Prerequisites' is OK.

log:

checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... no configure: error: in /tmp/yaml-0.1.4': configure: error: C compiler cannot create executables Seeconfig.log' for more details

oscardelben commented 11 years ago

Thanks for reporting. I don't have a copy of 10.9 yet but will fix it as soon as I can.

ccf commented 11 years ago

same here... running 10.9 dp6...

ccf commented 11 years ago

think this is actually xcode 4.6.3, looks like the command line tools bundle has some issues with statically linking to certain libs. I switched to xcode 5 dp6 and had no issues.