On Thu, 16 Sep 2004 09:24:11 +0200, Perochon Sebastien wrote > ccsh is just cc for Hitachi SH4 processor. > I'm calling ccsh directly in a DOS prompt, not through cygwin... > So, the paths should be "c:\..." not "/...".
I don't think that the fact that you use the DOS prompt or Cygwin's bash is relevant. As far as I remember (I haven't used Cygwin for quite a long time now) all applications built for Cygwin are linked with cygwin1.dll, which acts as the glue between the host OS and the (somewhat) emulated Unix environment. I think that this dll can replace paths on the fly, supposedly to help the user applications. This is probably what you are experiencing. -- Jean Delvare http://khali.linux-fr.org/ __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/distcc
