discuss-gnustep
[Top][All Lists]
Advanced

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

Re: libobjc2 release?


From: Truls Becken
Subject: Re: libobjc2 release?
Date: Fri, 12 Mar 2010 21:38:48 +0100

Pete French wrote:

> Just checked out the code for libobjc2 - this appears to require
> GNUstep to compile, is that correct ? Was hoping to use
> it as a dropin replacement for the GCC libobjc, or is that not
> possible ?

As David explained, it only uses the GNUstep makefiles to build. I
usually install libobjc before gnustep-make on a clean system because
of a detail in how -make decides which libobjc programs should link
against. In order to do that without installing/uninstalling -make, I
exploit the fact that you don't actually have to install the makefiles
to use them. You can do something like this;

svn co http://svn.gna.org/svn/gnustep/tools/make/trunk gnustep-make-svn
cd gnustep-make-svn
./configure

cd /path/to/libobjc2
make install GNUSTEP_MAKEFILES="/absolute/path/to/gnustep-make-svn"

Cheers,
-Truls




reply via email to

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