I tried installing this with the usual: ruby install.rb config ruby install.rb setup ruby install.rb install I'm on a Windows XP Pro system. I tried running the install commands under a cygwin shell and a 'cmd' shell. No Joy. Any suggestions? ----------------------- here's my config.save file:::: bin-dir=$prefix/bin site-ruby=$prefix/lib/ruby/site_ruby/1.8 prefix=c:/ruby ruby-path=c:/ruby/bin/ruby make-prog=make rb-dir=$site-ruby without-ext=no ruby-prog=c:/ruby/bin/ruby site-ruby-common=$prefix/lib/ruby/site_ruby std-ruby=$prefix/lib/ruby/1.8 data-dir=$prefix/share so-dir=$prefix/lib/ruby/site_ruby/1.8/i386-msvcrt "Josef 'Jupp' Schugt" <jupp / gmx.de> wrote in message news:<20030910202238.GB1861@jupp%gmx.de>... > Saluton! > > * Harry Ohlsen; 2003-09-10, 11:57 UTC: > > Have you or anyone else written a command-line front-end for the > > Engine? > > You are invited to give version 2.2 a try. Follows output of > 'rcalc --help': > > ------------------------------------------------------------------------------- > AVAILABLE FUNCTIONS: !, !=, #, *, **, +, -, ., /, <, <=, ==, >, >=, ?, ^, abs, > acos, acosh, acot, acoth, acsc, acsch, add, and, asec, asech, asin, asinh, > atan, atan2, atanh, beta, c, ceil, cos, cosh, cot, coth, csc, csch, deg, > deg2gon, deg2rad, delta, div, drop, dup, e, epsilon, eq, eqv, erf, erfc, exp, > exp10, exp2, f, factorial, false, floor, frexp, gcd, ge, gon, gon2deg, gon2rad, > gt, hypot, in, inv, lcm, ld, ldexp, le, lg, lgamma, linsolve, ln, log, log10, > log2, lt, mul, nand, ne, neqv, nor, not, or, over, p, pi, pow, puts, rad, > rad2deg, rad2gon, read, rnd, root, rot, round, sec, sech, sign, sin, sinc, > sinh, sqr, sqrt, sqsolve, sub, swap, t, tan, tanh, tgamma, to_f, to_i, to_s, > true, x, xor > ------------------------------------------------------------------------------- > General help: 'rcalc -h' or 'rcalc --help' > Specific function(s): 'rcalc -h <fn> ... ' or 'rcalc --help <fn> ...' > HTML help: 'rcalc -H' or 'rcalc --htmlhelp' > Run scripts: 'rcalc -f <file> ...' or 'rcalc --file <file> ...' > Interative usage: 'rcalc' (without any arguments) > ------------------------------------------------------------------------------- > Depending on your OS it may be necessary to escape some of the operators. > In interactive mode '[<fn> ...] h[elp]' displays help for the functions > preceeding the h[elp] command on the same input line. > To exit interactive mode use EOF (Ctrl-D), 'q', or 'quit'. > ------------------------------------------------------------------------------- > > Have fun, > > Josef 'Jupp' Schugt