Created
July 10, 2015 14:56
-
-
Save CirrusThink/9c40b03303defacdaa49 to your computer and use it in GitHub Desktop.
This file contains 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
facdtest@vdocklab01:~/ruby-2.1.6$ autoreconf | |
configure.in:698: warning: underquoted definition of RUBY_TRY_CFLAGS | |
configure.in:698: run info '(automake)Extending aclocal' | |
configure.in:698: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal | |
facdtest@vdocklab01:~/ruby-2.1.6$ ./configure --prefix=/export/home/facdtest/ruby64/ --with-cflags="-m64 -O2 -g" --target=amd64-pc-solaris2.11 | |
checking build system type... i386-pc-solaris2.11 | |
checking host system type... i386-pc-solaris2.11 | |
checking target system type... x86_64-pc-solaris2.11 | |
checking whether the C compiler works... no | |
configure: error: in `/export/home/facdtest/ruby-2.1.6': | |
configure: error: C compiler cannot create executables | |
See `config.log' for more details |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment