gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Once more cross compilation


From: Nicola Pero
Subject: Re: Once more cross compilation
Date: Mon, 26 Jul 2004 11:29:05 +0100 (BST)

> With my crocsscompiling attempt I did get much further after changing 
> the intalled common.make to use:
> 
> ifeq ($(GNUSTEP_FLATTENED),)
>    WHICH_LIB_SCRIPT \
>       = 
> $(GNUSTEP_MAKEFILES)/$(GNUSTEP_BUILD_CPU)/$(GNUSTEP_BUILD_OS)/which_lib
> else
>    WHICH_LIB_SCRIPT = $(GNUSTEP_MAKEFILES)/which_lib
> endif

which_lib should be in the GNUSTEP_HOST_* keyed directory (so the existing
code is correct) ... but if that doesn't work because which_lib is in the
GNUSTEP_BUILD_* directory, then it's probably gnustep-make's own
GNUmakefile's fault for installing it in the wrong place, so you probably
want to fix GNUmakefile.in

Thanks





reply via email to

[Prev in Thread] Current Thread [Next in Thread]