On Wednesday 24 September 2008 08:54:12, Vincent R. wrote:
> Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so we
> have to create it :
>
> # On Cygwin it seems that symbolic link /lib/cpp is not always available
> # We try to create it.
> if [[ $(uname) = CYGWIN* && ! -e /lib/cpp && -e /bin/cpp.exe ]]; then
>   ln -s /bin/cpp.exe /lib/cpp;
> fi

I'm puzzled.

Where does this go?  What is accessing /lib/cpp ?  Why is this needed?
What is exact error message?

BTW, I don't think that creating a link under /lib behind the
users back is something we should be doing.

-- 
Pedro Alves

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to