Windows extensions with MINGW

E

Eric Landuyt

Hi all,

I try to build/install Ruby 1.8.0 from sources on Windows, by using
MINGW (gcc) + MSYS (set of various unix utilities)

configure, make, make test & make install work very well,
but none extensions are installed properly !!!

In fact, they are properly compiled (all .so files exist), but it seems they
aren't
copied into the lib directory.

When I try to compile an extension manually (make install in its directory),
it works perfectly though.
So why aren't these extensions installed automatically ?

Thanks in advance,

rix
 
O

Osuka Adartse

Eric said:
Hi all,

I try to build/install Ruby 1.8.0 from sources on Windows, by using
MINGW (gcc) + MSYS (set of various unix utilities)

configure, make, make test & make install work very well,
but none extensions are installed properly !!!

In fact, they are properly compiled (all .so files exist), but it seems they
aren't
copied into the lib directory.

When I try to compile an extension manually (make install in its directory),
it works perfectly though.
So why aren't these extensions installed automatically ?

Thanks in advance,

rix
Try /lib/ruby/1.8/i386-mingw32
besides that, can you use 'em? like:

require 'tk'

or anyother of the so extensions?
 

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
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top