Make install problem 1.8

Hello;

I’am installing ruby 1.8 on HPUX(the harder one!!)…and
I got a wired situation when I ran the final ‘make install’

The install script tries to create an endlees set of libreries
…(…/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8…and so on )

mkdir -p -m 755
/opt/ruby-1.8.0/lib/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/test/unit/util
install -c -p -m 0644
lib/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/test/unit/util/observable.rb
/opt/ruby-1.8.0/lib/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8/test/unit/util

PS: I know what are you thinking …a did not touch anything !

Hi,

···

At Mon, 18 Aug 2003 23:45:39 +0900, Bermejo, Rodrigo (GEAE, Foreign National) wrote:

I’am installing ruby 1.8 on HPUX(the harder one!!)…and
I got a wired situation when I ran the final ‘make install’

The install script tries to create an endlees set of libreries
…(…/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8…and so on )

To where did you extract the source? /opt/ruby-1.8.0?


Nobu Nakada

Hi,

I’am installing ruby 1.8 on HPUX(the harder one!!)…and
I got a wired situation when I ran the final ‘make install’

The install script tries to create an endlees set of libreries
…(…/ruby/1.8/ruby/1.8/ruby/1.8/ruby/1.8…and so on )

To where did you extract the source?

/opt/ruby-1.8.0?

Yes .

ls -1

/opt/ruby-1.8.0
cOPYING.ja
ChangeLog
GPL
LEGAL
LGPL
MANIFEST
Makefile
Makefile.in

.

.

···

nobu.nokada@softhome.net wrote:

At Mon, 18 Aug 2003 23:45:39 +0900, >Bermejo, Rodrigo (GEAE, Foreign National) wrote:

Hi,

···

At Tue, 19 Aug 2003 00:35:53 +0900, Bermejo, Rodrigo wrote:

/opt/ruby-1.8.0?

Yes .

And you seem to try installing to the same place. So installer
will install installed files again. Install to another
directory.


Nobu Nakada