Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread Brian Dessent
admin wrote: > my original question was how to get gcc to compile (w/o using distcc) as a > means for building my cross compiler. at least thats what i thought i was > doing. i was following this howto: > http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows . like i said, im a > bit out of

Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread admin
brian, my original question was how to get gcc to compile (w/o using distcc) as a means for building my cross compiler. at least thats what i thought i was doing. i was following this howto: http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows . like i said, im a bit out of my league here.

Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread Brian Dessent
admin wrote: > distccd[1068] (dcc_execvp) ERROR: failed to exec i686-pc-linux-gnu-gcc: No > such file or directory Your question is not "how to get distcc" working, then. You need to build a cross compiler if you want to build linux binaries on Cygwin. The problem that you originally reported

Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread admin
at first, i tried that, and while the compile does get distributed, it is also guarenteed to fail. something like this results: Po"; else rm -f ".deps/pre_stage2_exec-builtins.Tpo"; exit 1; fi distccd[1068] (dcc_execvp) ERROR: failed to exec i686-pc-linux-gnu-gcc: No such file or directory dis

Re: having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread Larry Hall
At 08:47 PM 5/15/2005, you wrote: >my goal is to install a distcc server on cygwin. i use gentoo on the other >box which has a great guide for acheiving this: >http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows > >i'll be the first to admit its a bit overmy head, ... If you just want to us

having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin

2005-05-15 Thread admin
my goal is to install a distcc server on cygwin. i use gentoo on the other box which has a great guide for acheiving this: http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows i'll be the first to admit its a bit overmy head, but ive managed to correct all the failed compiles till now. afte