mkmf creates broken makefile (Windows)

Z

ZippySwish

Hi!

I'm trying to compile the ruby whirlpool library from

http://izumi.plan99.net/blog/index.php/ruby-whirlpool-library/

on windows with Cygwin.

extconf.rb looks like this:

require 'mkmf'
dir_config('whirlpool')
create_makefile('whirlpool')



It doesn't give any error messages while creating the makefile,
however when I give the "make" command in cygwin, I get

Makefile:106: *** target pattern contains no %. Stop.



Line 106 of the Makefile looks like this:

install-so: $(RUBYARCHDIR)


It works fine in Ubuntu btw.

Thanks in advance
 
L

Luis Lavena

Hi!

I'm trying to compile the ruby whirlpool library from

http://izumi.plan99.net/blog/index.php/ruby-whirlpool-library/

on windows with Cygwin.

extconf.rb looks like this:

require 'mkmf'
dir_config('whirlpool')
create_makefile('whirlpool')

It doesn't give any error messages while creating the makefile,
however when I give the "make" command in cygwin, I get

Makefile:106: *** target pattern contains no %. Stop.

Line 106 of the Makefile looks like this:

install-so: $(RUBYARCHDIR)

It works fine in Ubuntu btw.

Thanks in advance

What Ruby version are you trying to use under Cygwin?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top