Cygwin host failure during configure...
Ralf Corsepius
corsepiu at faw.uni-ulm.de
Wed Jun 27 12:46:00 UTC 2001
Silverio Diquigiovanni wrote:
>
> Ralf, sorry for my ignorance about...
>
> symlink is a program ?
<*g*> You're not a Unix user? </*g*>
symlink == symbolic link
> In cygwin I don't have fount it...
The program to install links normally is called "ln", installing
symbolic links normally is performed by "ln -s".
I am not sure if Cygwin has it but, I have been told cygwin so.
> Please write clear how to I must create a link between gcc.exe to cc.exe
ln -s <path-to-gcc>/gcc.exe <somepath-in-$PATH>/cc.exe
e.g.
ln -s /bin/gcc.exe /bin/cc.exe
[I don't know whether the .exe suffix is necessary under Cygwin.]
Ralf
More information about the users
mailing list