----
erwan@bourricot Galois $ ruby extconf.rb
--with-libGalois-dir=/usr/local/
checking for main() in -lglib... yes
checking for main() in -llibGalois... no
creating Makefile
----
The problem is in the generated Makefile, "-lglib" is added but not
"-llibGalois". I guess the "checking for main() in -llibGalois... no"
is the error message related to the problem but I can't figure what it
means. A library is not supposed to have main() loop, right?
----
erwan@bourricot Galois $ ruby extconf.rb
--with-libGalois-dir=/usr/local/
checking for main() in -lglib... yes
checking for main() in -llibGalois... no
creating Makefile
----
The problem is in the generated Makefile, "-lglib" is added but not
"-llibGalois". I guess the "checking for main() in -llibGalois... no"
is the error message related to the problem but I can't figure what it
means. A library is not supposed to have main() loop, right?
--
Paul Duncan <pabs@pablotron.org> pabs in #ruby-lang (OPN IRC) http://www.pablotron.org/ OpenPGP Key ID: 0x82C29562