[rock-devel] CDPATH or not ....
Clifford Wolf
clifford at clifford.at
Wed Oct 6 09:37:49 CEST 2004
On Wed, Oct 06, 2004 at 01:24:45AM +0200, Bernd Petrovitsch wrote:
> Another nice thing (after the shell function d which leads to serious
> auto{conf.make} problems) of a shell fetaure:
> [ ... $CDPATH ... ]
hmm.. you have an exported CDPATH in your shell?
So I guess we should simply unset CDPATH in scripts/parse-config (right
after unseting $DISPLAY). Any other opinions?
yours,
- clifford
PS: Can you create a testcase for the d() problem ?
--
ocaml graphics.cma <( echo 'open Graphics;;open_graph " 640x480"let
complex_mul(a,b)(c,d)=(a*.c-.b*.d,a*.d+.b*.c)let complex_add(a,b)(c
,d)=(a+.c,b+.d);;let rec mandel c n=if n>0 then let z=mandel c(n-1)
in complex_add(complex_mul z z)c else (0.0,0.0);; for x=0 to 640 do
for y=0 to 480 do let c=((float_of_int(x-450))/.200.0,(float_of_int
(y-240))/.200.0) in let cabs2(a,b)=(a*.a)+.(b*.b)in if cabs2(mandel
c 50)<4.0 then plot x y done done;;read_line()' )
"This 'telephone' has too many shortcomings to be seriously considered as a
means of communication." - Western Union internal memo, 1876.
More information about the rock-devel
mailing list