compiling ruby 1.8.1 (mingw)

K

KONTRA Gergely

Hi!

While compiling ruby, I run into the following:

./configure --prefix=/d/programs/ruby-mingw
[fine output]

make
[fine output]

make test
test succeeded

make install
./miniruby.exe ./instruby.rb --dest-dir="" --make="make" --mflags="-
--unix" --make-flags=" --unix" --mantype="man"¡jump!install -c -p -m
0755 ruby.exe /d/programs/ruby-mingw/bin/ruby.exe
install -c -p -m 0755 rubyw.exe /d/programs/ruby-mingw/bin
[ and so on...]

root@OJJEKTUM /d/programs/ruby-mingw
$ ls
lib

:-O So where is the bin directory, and my ruby.exe?

thx Gergo
 
K

KONTRA Gergely

I had similar problems when using the mingw+mysys environment.
For some reason the install process had trouble installing the extensions.
The problem goes away when I explicitly specified the install directory.
So I am wondering if

---
make install prefix=/d/programs/ruby-mingw
---

resolves your problem. Another thing to look at is that install process
might fail in creating the necessary directories in which case creating
them by hand might help.

Neither of them solves my problem ;-(
 
G

Gour

KONTRA said:
While compiling ruby, I run into the following:

./configure --prefix=/d/programs/ruby-mingw

I always compile everything with --prefix=/mingw where /mingw --> c:\MinGW i.e.
everything under MinGW tree.

Ruby pre2 compiled without any problem (MinGW 3.1.0 & MSYS 1.0.10rc2).

What is the contents of your fstab?

Sincerely,
Gour
 
N

nobu.nokada

Hi,

At Mon, 10 Nov 2003 22:27:36 +0900,
KONTRA said:
./configure --prefix=/d/programs/ruby-mingw

./configure --prefix=d:/programs/ruby-mingw

Ruby on mingw is NOT msys compliant.
 
K

KONTRA Gergely

./configure --prefix=/d/programs/ruby-mingw
./configure --prefix=d:/programs/ruby-mingw
Ruby on mingw is NOT msys compliant.
Thx a lot! It was the problem.
 

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,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top