[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

compiling ruby 1.8.1 (mingw

KONTRA Gergely

11/10/2003 1:28:00 PM

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

--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu... "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php dokumentacio: http://... --+

3 Answers

Gour

11/10/2003 5:05:00 PM

0

KONTRA Gergely (kgergely@mlabdial.hit.bme.hu) wrote:

> 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


--
Gour
gour@mail.inet.hr
Registered Linux User #278493


nobu.nokada

11/11/2003 2:59:00 AM

0

Hi,

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

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

Ruby on mingw is NOT msys compliant.

--
Nobu Nakada

KONTRA Gergely

11/11/2003 4:27:00 PM

0

> > ./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.
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu... "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php dokumentacio: http://... --+