Problem with ln

Mikey jeffdbREMOVETHIS@netzone.com
Thu Dec 18 17:11:00 GMT 1997


rename .../H-i386-cygwin32/bin/install.exe ginstall.exe
rename .../H-i386-cygwin32/bin/ln.exe ln-real.exe
put the 2 scripts in .../H-i386-cygwin32/bin

add this to your ~/.bashrc
ln(){ #hard links for win32
if test x"$*" = x"`echo $*|sed s/-s//`";then
  /bin/install $*
else
  ln-real.exe $* || ln-real.exe $1.exe $2
fi
}
export ln

or upgrade to 5.0/NTFS for native hard links ;^)

On Thu, 18 Dec 1997 19:18:01 +0200, you wrote:

>I am trying to compile the CDK on a NT 4.0 machine, but I have a problem.
>While running configure, it always fails due to the same error: 
>--cut--
>ln: /cdk/libiberty/alloca-norm.h: No such file or directory
>*** /cdk/configure: unable to link "alloca-conf.h" to \    
>"/cdk/libiberty/alloca-norm.h".
>--cut--
>  I have confirmed the file exists and that I have write access to . and even
>rw access to the /cdk/libiberty/alloca-norm.h. I cannot figure out why this
>might be. Can someone suggest a solution?
>
>-- 
>		 -----------------------------------------------
>		| Juha Jäykkä, juolja@utu.fi			|
>		| home: http://www.utu.fi/~juolja/		|
>		| pgp-key: http://www.utu.fi/~juolja/pgp.txt	|
>		 -----------------------------------------------
>-
>For help on using this list (especially unsubscribing), send a message to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>

(jeffdbREMOVETHIS@netzone.com)
delete REMOVETHIS from the above to reply
         Mikey

Windows vs Linux is a no-win situation.

Windows 95: --  32-bit extensions and a GUI   
shell for a 16-bit patch to an 8-bit OS       
originally coded for a 4-bit processor 
written by a 2-bit company that   
can't produce 1 bit of quality.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: install
Type: text/x-shellscript
Size: 6197 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/19971218/819b7dc0/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ln
Type: text/x-shellscript
Size: 28 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/19971218/819b7dc0/attachment-0001.bin>


More information about the Cygwin mailing list