On 15 Jan 2004, Perochon Sebastien <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to use distcc through Cygwin with a compiler not include in > Cygwin. > The problem is that the compiler doesn't understand POSIX pathnames since it > is a compiler to be used on Windows... > > Here are the log: > > $ distcc ccsh -c modul1.c -o modul1.o > ccsh.exe: /tmp/distccd_c012bdfe.i: No such file or directory > ccsh.exe: No input files > distcc[1328] ERROR: compile on soped failed > > The compiler does'nt guess that the /tmp directory corresponds to c:\tmp ...
What compiler is this? As other people said, the problem is that distcc assumes directories are delimited by /. Some Windows tools handle this and some do not. -- Martin
signature.asc
Description: Digital signature
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/distcc
