Building a cygwin->linux cross-compiler problem

2005-08-22 Thread Alain Paschoud
port BUILD=i686-pc-cygwin cygwin$ export HOST=i686-pc-cygwin cygwin$ export TARGET=i686-pc-linux-gnu cygwin$ export BUILDDIR=/usr/src/build Thank you for any advice. -- Alain Paschoud, Fastcom Technology, Lausanne Phone : +41 21 619 06 79 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s

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.