Gábor, when you say 11.1.1 yo do not mean 11.1.1 + development from CVS, do
you? I am using the git/CVS version for the tests I mention and they work
in Linux/amd64

The official release is now too old. I should make a new one because of the
many changes, but travel and work prevented me from doing so.

Juanjo

jjgarcia@debian64:~/build/ecl/tmp$ ~/bin/ecl -norc
ECL (Embeddable Common-Lisp) 11.1.1
(git:5039d33867d8765642d5ee004d9090289158f229)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level.
> (directory "./*" :resolve-symlinks nil)

(#P"/home/jjgarcia/build/ecl/tmp/dir_link"
 #P"/home/jjgarcia/build/ecl/tmp/file"
 #P"/home/jjgarcia/build/ecl/tmp/file_link")
> (directory "./*" :resolve-symlinks t)

(#P"/home/jjgarcia/build/ecl/tmp/file"
#P"/home/jjgarcia/build/ecl/tmp/file")
> (directory "./*/" :resolve-symlinks nil)

(#P"/home/jjgarcia/build/ecl/tmp/dir/")
> (directory "./*/" :resolve-symlinks t)

(#P"/home/jjgarcia/build/ecl/tmp/dir/"
#P"/home/jjgarcia/build/ecl/tmp/dir/")
>
jjgarcia@debian64:~/build/ecl/tmp$ ls -l
total 4
drwxr-xr-x 2 jjgarcia jjgarcia 4096 Oct 30 11:14 dir
lrwxrwxrwx 1 jjgarcia jjgarcia    3 Oct 30 11:14 dir_link -> dir
-rw-r--r-- 1 jjgarcia jjgarcia    0 Oct 30 11:14 file
lrwxrwxrwx 1 jjgarcia jjgarcia    4 Oct 30 11:14 file_link -> file
jjgarcia@debian64:~/build/ecl/tmp$ uname -a
Linux debian64 3.0.0-2-amd64 #1 SMP Fri Oct 7 20:48:45 UTC 2011 x86_64
GNU/Linux


-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to