Mail Archives: djgpp/1998/03/30/06:15:42
On Mon, 30 Mar 1998, Eric Gillespie wrote:
> brick:/$ ln -s /usr/root/doglearn.txt doggie.txt
> f:/djgpp/bin/ln: cannot create symbolic link `doggie.txt' to
> `/usr/root/doglearn.txt': Improper link (EXDEV)
>
> And when I tried it in the SAME directory as the file concerned, I got:
>
> brick:~$ ln -s /usr/root/doglearn.txt doggie.txt
> brick:~$
>
> i.e. it worked, but instead of doggie.txt I got a doggie.exe instead (2048
> bytes, just the right size for the stub!)
I really don't understand why did you need to run all those tests: it is
all described in the README file which comes with the DJGPP port of GNU
Fileutils (that's where `ln' program comes from).
- Raw text -