Re: Configure/make files for cross compilers

2002-03-28 Thread Guido Draheim
> Es schrieb Andrew Kiggins: > > Folks, > I need to port some UNIX based code to an embedded OS (VxWorks). > > Autoconf/configure is the modus operandus for building the various > UNIX flavours. To keep things nice I'd like to try to > follow this module. > > Is it possible to generate configu

Re: Configure/make files for cross compilers

2002-03-28 Thread Dan Kegel
Dan Kegel wrote: > ACENV=CC=@IXIA_CROSS_TOOL@gcc CFLAGS="@IXIA_TARGET_CFLAGS@" > ac_cv_func_mmap_fixed_mapped=yes That should all have been one line; the ac_cv_func_mmap_fixed_mapped=yes is supposed to be part of $(ACENV), so it overrides the environment properly in the line cd @IXIA_K_ARCH@; $(

RE: Configure/make files for cross compilers

2002-03-28 Thread Dan Kegel
OTECTED] Sent: 3/28/2002 12:34 PM Subject: Configure/make files for cross compilers Folks, I need to port some UNIX based code to an embedded OS (VxWorks). Autoconf/configure is the modus operandus for building the various UNIX flavours. To keep things nice I'd like to try to follow this module.

Configure/make files for cross compilers

2002-03-28 Thread Andrew Kiggins
Title: Configure/make files for cross compilers Folks, I need to port some UNIX based code to an embedded OS (VxWorks). Autoconf/configure is the modus operandus for building the various UNIX flavours. To keep things nice I'd like to try to follow this module. Is it possible to gen