[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep linking problems.
From: |
Adam Fedor |
Subject: |
Re: GNUstep linking problems. |
Date: |
Sat, 24 Feb 2001 21:31:15 -0700 |
mirko.viviani@rccr.cremona.it wrote:
>
> Ciao.
>
> On system that supports LIBRARIES_DEPEND_UPON with an old copy of GNUstep
> installed is not possible to link correctly the core libraries (except base)
> because the core/GNUmakefile.local.in has GNUSTEP_SYSTEM_LIBRARY and
> GNUSTEP_SYSTEM_TARGET_LIBRARIES redefinition commented.
> On these system the new libraries will be linked with older copies of GNUstep
> libraries and not with the ones in core/ dir.
>
> Here I have fixed by uncomment these definitions but it migth be a good idea
> to define GNUSTEP_SYSTEM_LIBRARY_FLAG and GNUSTEP_SYSTEM_TARGET_LIBRARIES_FLAG
> in common.make to avoid -L/nowhere
>
I'd really rather not support the core/ method of compiling all the
libraries together. It is way to hackish and introduces the sort of
problems your describing. If you can find a better way to compile them
all at once without changing the make package, that's fine.