|
From: Geoffrey F. <fu...@li...> - 2002-05-20 16:33:34
|
Hi all,
I just had a configure failure on SunOS-5.7, when I used --enable-java. The
following line in configure, causes an error:
test -L java/plplot/core/config.java || (cd java/plplot/core; ln -s ../../../config.java .)
The error is:
$ test -L java/plplot/core/config.java || (cd java/plplot/core; ln -s ../../../config.java .)
test: argument expected
Curiously, if I am in C shell, or if I invoke the above line as /usr/bin/test
..., then it works. Only fails if entered exactly as shown above, which was
pasted in from the PLplot configure script.
Sheesh.
--
Geoffrey Furnish Lightspeed Semiconductor Corp
voice: 408-616-3244 209 North Fair Oaks
fax: 408-616-3201 Sunnyvale, CA 94085
|