[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
Re: libobjc2 release?,
Truls Becken <=
Message not available
- Message not available
- Re: libobjc2 release?, David Chisnall, 2010/03/13
- Re: libobjc2 release?, Richard Frith-Macdonald, 2010/03/13
- Re: libobjc2 release?, David Chisnall, 2010/03/13
- Re: libobjc2 release?, Nicola Pero, 2010/03/14
- Re: libobjc2 release?, Richard Frith-Macdonald, 2010/03/15
- test suite [Was: libobjc2 release?], Fred Kiefer, 2010/03/15
- Re: libobjc2 release?, David Chisnall, 2010/03/15
- Re: libobjc2 release?, David Chisnall, 2010/03/15