Displaying 8 results from an estimated 8 matches for "try_link".
2010 Feb 27
3
Oniguruma and Ultraviolet on Windows 7
...-ruby=C:/Ruby19/bin/ruby
--with-oniglib
--without-oniglib
C:/Ruby19/lib/ruby/1.9.1/mkmf.rb:364:in `try_do'': The complier failed
to generat
e an executable file. (RuntimeError)
You have to install development tools first.
from C:/Ruby19/lib/ruby/1.9.1/mkmf.rb:417:in `try_link0''
from C:/Ruby19/lib/ruby/1.9.1/mkmf.rb:421:in `try_link''
from C:/Ruby19/lib/ruby/1.9.1/mkmf.rb:529:in `try_func''
from C:/Ruby19/lib/ruby/1.9.1/mkmf.rb:725:in `block in
have_library''
from C:/Ruby19/lib/ruby/1.9.1/mkmf.rb:670:in `bl...
2013 Mar 12
2
Can't cross-compile from git now.
Erik de Castro Lopo wrote:
> JonY wrote:
>
> > Please do a link time test instead, I am not getting this error and
> > would like to keep stack protector on.
>
> I'll write an m4 macro.
I have attampted to write a macro that reliably detects the availability
of stack smash protection.
I currently have two configurations where my detection says that SSP is
available
2010 Jun 08
2
gem install mysql giving error on linux
...sr/local/bin/ruby
--with-mysql-config
--without-mysql-config
/usr/local/lib/ruby/1.8/mkmf.rb:364:in `try_do'': The complier failed to
generate an executable file. (RuntimeError)
You have to install development tools first.
from /usr/local/lib/ruby/1.8/mkmf.rb:432:in `try_link0''
from /usr/local/lib/ruby/1.8/mkmf.rb:437:in `try_link''
from /usr/local/lib/ruby/1.8/mkmf.rb:549:in `try_func''
from /usr/local/lib/ruby/1.8/mkmf.rb:794:in `have_func''
from /usr/local/lib/ruby/1.8/mkmf.rb:690:in `checking_for'&...
2013 Mar 12
3
Can't cross-compile from git now.
JonY wrote:
> What is your link test checking and how does it fail?
My m4 macro is really simple, TRY_LINK a simple program with the
stack protect CFLAGS:
AC_DEFUN([XIPH_GCC_STACK_PROTECTOR],
[AC_LANG_ASSERT(C)
AC_MSG_CHECKING([if $CC supports stack smash protection])
xiph_stack_check_old_cflags="$CFLAGS"
SSP_FLAGS="-fstack-protector --param ssp-buffer-size=4"
CFLAGS=$SS...
2010 Sep 23
3
Can't install mysql2 gem on Windows 7
...--srcdir=.
--curdir
--ruby=C:/Ruby192/bin/ruby
C:/Ruby192/lib/ruby/1.9.1/mkmf.rb:368:in `try_do'': The complier failed
to generate an executable fil
e. (RuntimeError)
You have to install development tools first.
from C:/Ruby192/lib/ruby/1.9.1/mkmf.rb:435:in `try_link0''
from C:/Ruby192/lib/ruby/1.9.1/mkmf.rb:440:in `try_link''
from C:/Ruby192/lib/ruby/1.9.1/mkmf.rb:552:in `try_func''
from C:/Ruby192/lib/ruby/1.9.1/mkmf.rb:797:in `block in
have_func''
from C:/Ruby192/lib/ruby/1.9.1/mkmf.rb:693:in `b...
2010 Jun 14
6
ERROR: Failed to build gem native extension (win server 2003/2008 ruby 1.9.1/1.8.7)
...--srcdir=.
--curdir
--ruby=C:/Ruby191/bin/ruby
C:/Ruby191/lib/ruby/1.9.1/mkmf.rb:364:in `try_do'': The complier failed
to genera
te an executable file. (RuntimeError)
You have to install development tools first.
from C:/Ruby191/lib/ruby/1.9.1/mkmf.rb:417:in `try_link0''
from C:/Ruby191/lib/ruby/1.9.1/mkmf.rb:421:in `try_link''
from C:/Ruby191/lib/ruby/1.9.1/mkmf.rb:529:in `try_func''
from C:/Ruby191/lib/ruby/1.9.1/mkmf.rb:774:in `block in
have_func''
from C:/Ruby191/lib/ruby/1.9.1/mkmf.rb:670:in `b...
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error.
For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so
because it is missing missing -lruby18
resulting in errors like
wx.cpp:(.text+0x1618): undefined reference to `rb_intern''
wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError''
wx.cpp:(.text+0x1666):
2013 Sep 13
0
Wine release 1.7.2
...tatements.
kernel32/tests: Add a file access test.
Fran?ois Gouget (9):
iphlpapi: Check for proc_pidinfo() instead of assuming libproc.h always defines it.
loader: Fix the clean target to delete the generated wine_info.plist file.
winegcc: Add a trailing '\n' to the try_link() test file.
winegcc: Ignore the test link command stdout and stderr messages.
winegcc: Solaris uses the same link option detection code as other platforms.
oleaut32/tests: Fix compilation on systems that don't support nameless unions.
ddraw/tests: Fix compilation on sys...