Re: Strange linking

2005-04-20 Thread Corinna Vinschen
On Apr 20 14:04, Bertalan Fodor wrote: > > >While this is a problem which could be "fixed" in some way in Cygwin, I'm > >nevertheless wondering how you want the ambiguity to be solved. If you > >type "etex" on the command line, do you want etex -> pdfetex.exe to be > >started or etex.exe? > > >

Re: Strange linking

2005-04-20 Thread Bertalan Fodor
While this is a problem which could be "fixed" in some way in Cygwin, I'm nevertheless wondering how you want the ambiguity to be solved. If you type "etex" on the command line, do you want etex -> pdfetex.exe to be started or etex.exe? I want etex -> pdfetex.exe (if etex exists, it should be

Re: Strange linking

2005-04-20 Thread Corinna Vinschen
On Apr 20 11:12, Bertalan Fodor wrote: > Problem with: > ln -s > > I remove > /bin/etex > > Create link: > ln -s /bin/pdfetex.exe /bin/etex > > A link is not created but a copy of /bin/etex.exe > > $ ls -al /bin/etex* > -rwxr-x---+ 1 fodorb Felhaszn?l?k 280064 Mar 10 15:21 /bin/etex.exe > > $