[#4766] Wiki — "Glen Stampoultzis" <trinexus@...>

21 messages 2000/09/04
[#4768] RE: Wiki — "NAKAMURA, Hiroshi" <nahi@...> 2000/09/04

Hi, Glen,

[#4783] Re: Wiki — Masatoshi SEKI <m_seki@...> 2000/09/04

[#4785] Re: Wiki — "NAKAMURA, Hiroshi" <nakahiro@...> 2000/09/05

Howdy,

[#4883] Re-binding a block — Dave Thomas <Dave@...>

16 messages 2000/09/12

[#4930] Perl 6 rumblings -- RFC 225 (v1) Data: Superpositions — Conrad Schneiker <schneik@...>

Hi,

11 messages 2000/09/15

[#4936] Ruby Book Eng. translation editor's questions — Jon Babcock <jon@...>

20 messages 2000/09/16

[#5045] Proposal: Add constants to Math — Robert Feldt <feldt@...>

15 messages 2000/09/21

[#5077] Crazy idea? infix method calls — hal9000@...

This is a generalization of the "in" operator idea which I

17 messages 2000/09/22

[#5157] Compile Problem with 1.6.1 — Scott Billings <aerogems@...>

When I try to compile Ruby 1.6.1, I get the following error:

15 messages 2000/09/27

[ruby-talk:5148] Config 1.6.1 on Solaris 2.5.1

From: Hugh Sasse Staff Elec Eng <hgs@...>
Date: 2000-09-27 11:44:54 UTC
List: ruby-talk #5148
When configuring Ruby-1.6.1 on solaris 2.5.1 I got:
...
checking count field in FILE structures... _cnt
checking whether ELF binaries are produced... yes
checking whether OS depend dynamic link works... yes
./configure: : cannot execute
./configure: ${prefix}/lib/ruby/site_ruby: not found
creating config.h
updating cache ./config.cache
creating ./config.status
creating Makefile
creating ext/extmk.rb
brains hgs 61 %> 

sh -vx ./configure yields:

...
case "$target_os" in
  cygwin*|mingw*|*djgpp*)
    RUBY_LIB_PREFIX="/lib/ruby"
    ;;
  *)
    RUBY_LIB_PREFIX="${prefix}/lib/ruby"
    ;;
esac
RUBY_LIB_PREFIX=/usr/local/lib/ruby
RUBY_LIB_PATH="${RUBY_LIB_PREFIX}/${MAJOR}.${MINOR}"
RUBY_LIB_PATH=/usr/local/lib/ruby/1.6

# Check whether --with-sitedir or --without-sitedir was given.
if test "${with_sitedir+set}" = set; then
  withval="$with_sitedir"
  sitedir=$withval
else
  sitedir='${prefix}/lib/ruby/site_ruby'
fi
+ test  = set 
sitedir=${prefix}/lib/ruby/site_ruby

SITE_DIR="`eval "echo ${sitedir}"`"
+  
./configure: : cannot execute
+ ${prefix}/lib/ruby/site_ruby 
+ eval echo 
+ echo 
SITE_DIR=
./configure: ${prefix}/lib/ruby/site_ruby: not found
case "$target_os" in
  cygwin*|mingw*|*djgpp*)
    RUBY_SITE_LIB_PATH="`expr "$SITE_DIR" : "$prefix\(/.*\)"`" ||
    RUBY_SITE_LIB_PATH="$SITE_DIR";;
  *)
    RUBY_SITE_LIB_PATH="$SITE_DIR";;
esac
RUBY_SITE_LIB_PATH=
RUBY_SITE_LIB_PATH2="${RUBY_SITE_LIB_PATH}/${MAJOR}.${MINOR}"
RUBY_SITE_LIB_PATH2=/1.6

...

if that is any help.
	Thank you,
	Hugh
	hgs@dmu.ac.uk


In This Thread

Prev Next