Top Level Namespace
Defined Under Namespace
Classes: IVY
Instance Method Summary collapse
Instance Method Details
#crash ⇒ Object
8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'ext/ivy/extconf.rb', line 8 def crash( ) printf("extconf failure: need libivy (see http://www.tls.cena.fr/products/ivy/index.html)\n\n Install the library or try one of the following options to extconf.rb:\n\n --with-ivy-dir=/path/to/libivy\n --with-ivy-lib=/path/to/libivy/lib\n --with-ivy-include=/path/to/libivy/include\n") exit 1 end |