discuss-gnustep
[Top][All Lists]
Advanced

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

Re: libobjc2 release?


From: Nicola Pero
Subject: Re: libobjc2 release?
Date: Sat, 13 Mar 2010 11:33:41 +0000


On 12 Mar 2010, at 20:38, Truls Becken wrote:

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.

The traditional solution, by the way, is to install gnustep-make twice (I'm mentioning mostly for when the discussion gets archived and people may be searching it for
answers).

First, you install gnustep-make.

cd core/make
./configure
make install

Then, you compile libobjc/libobjc2.

cd dev-libs/libobjc (or libobjc2)
make
make install

Then, you reconfigure and reinstall gnustep-make.

cd core/make
./configure
make install

Your solution is more elegant, even if reconfiguring/reinstalling gnustep-make
might be easier to do for the average user. :-)

Thanks




reply via email to

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