Re: [Ecls-list] What would be the cause of "Error when copying file from"?

2010-07-02 Thread Pascal J. Bourguignon
Seth Burleigh writes: > Ive had this error a tons of times. (the cant copy > from /tmp/somerandomname to /tmp/somerandomname) > > It usually means either: > (a) it cant find a library that you linked the compiled fas with > (b) the compiled fas uses an unreferenced symbol in the library you > li

Re: [Ecls-list] What would be the cause of "Error when copying file from"?

2010-07-01 Thread Seth Burleigh
Ive had this error a tons of times. (the cant copy from /tmp/somerandomname to /tmp/somerandomname) It usually means either: (a) it cant find a library that you linked the compiled fas with (b) the compiled fas uses an unreferenced symbol in the library you linked with (it cant find it) (c) the l

Re: [Ecls-list] What would be the cause of "Error when copying file from"?

2010-07-01 Thread Juan Jose Garcia-Ripoll
On Thu, Jul 1, 2010 at 11:51 PM, Pascal J. Bourguignon < p...@informatimago.com> wrote: > But I guess this concerns only MS-Windows, and not unix systems, where > we could have a simplier algorithm. Or does this depend on the file > system? > No, this also has to done in Unix systems, because of

Re: [Ecls-list] What would be the cause of "Error when copying file from"?

2010-07-01 Thread Pascal J. Bourguignon
Juan Jose Garcia-Ripoll writes: > On Thu, Jul 1, 2010 at 3:33 AM, Pascal J. Bourguignon > wrote: > > I get this error when asdf loading  :usocket. > [...@kuiper :0.0 site]$ ls -ld /tmp > drwxrwxrwt 9 root root 36864 Jul  1 03:18 /tmp/ > What could be the cause? > > ECL has to ha

Re: [Ecls-list] What would be the cause of "Error when copying file from"?

2010-07-01 Thread Juan Jose Garcia-Ripoll
On Thu, Jul 1, 2010 at 3:33 AM, Pascal J. Bourguignon wrote: > > I get this error when asdf loading :usocket. > [...@kuiper :0.0 site]$ ls -ld /tmp > drwxrwxrwt 9 root root 36864 Jul 1 03:18 /tmp/ > What could be the cause? > ECL has to have the ability to load the same FASL file multiple time

[Ecls-list] What would be the cause of "Error when copying file from"?

2010-06-30 Thread Pascal J. Bourguignon
I get this error when asdf loading :usocket. [...@kuiper :0.0 site]$ ls -ld /tmp drwxrwxrwt 9 root root 36864 Jul 1 03:18 /tmp/ What could be the cause? Also, is this something of slime or of ECL not to print the whole pathnames? I've got *print-length* set to NIL, etc though... Error w