Re: Building a cygwin->linux cross-compiler problem

2006-11-26 Thread Roelof Berg
[Alain Paschoud:] For some reason, I need to compile in cygwin applications that will run on linux (OpenBSD to be precise). [...] To do so, I am following first part of next howto: http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows But when I compile the binutils (binutils-20050610-1) with gcc

Re: Building a cygwin->linux cross-compiler problem

2005-08-22 Thread Alain Paschoud
Brian Dessent wrote: > Alain Paschoud wrote: > > >>For some reason, I need to compile in cygwin applications that will run >>on linux (OpenBSD to be precise). I didn't find any pre-compiled >>cross-compiler to do that (does it exist one ?), so I try to build one. >>To do so, I am following first

Re: Building a cygwin->linux cross-compiler problem

2005-08-22 Thread Brian Dessent
Alain Paschoud wrote: > For some reason, I need to compile in cygwin applications that will run > on linux (OpenBSD to be precise). I didn't find any pre-compiled > cross-compiler to do that (does it exist one ?), so I try to build one. > To do so, I am following first part of next howto : This i