Re: Trouble compiling base
Michele <[email protected]> Mon, 05 Jan 2026 10:49:14 +0000
| Newsgroups | gmane.comp.lib.gnustep.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2026-01-04 20:39:48 +0100 R Frith-Macdonald <[email protected]= e.uk> wrote: > Since you are wanting to use the ng-gnu-gnu library combo (clang/libob= jc2)=20 > rather than the standard gnu-gnu-gnu library combo (gcc/gnu-libobjc),=A0= you=20 > first configure gnustep-make that way (you didn't say whether you did = that)=20 > and install it. >=20 > Next, you have to source GNUstep.sh to set up your environment, then=20= > build/install libobjc2 (this is more complicated) so that it installs = in the=20 > correct place (if you configured gnustep-make with --layout=3Dgnustep = this is=20 > NOT /usr/local since the gnustep layout uses /usr/GNUstep/...). Howeve= r, the=20 > libobjc2 code should use the information provided by GNUstep.sh to fin= d the=20 > correwct place whichever filesystem layout you chose. >=20 Thanks both! I suppose the issue is that when I installed libobjc2, sudo didn't didn'= t copy the enviroment, with the enecessary variables set by GNUstep.sh. = I learnd I have to use sudo -i, source the Makefile script for root, and= than run the make install. Anyway a question raises: I read around that the clang/libobjc2 is the m= ost suggested choice, isn't it? Waiting to go deeper in that, yesterday I installed gnustep from OS repo= sitory, and I am currently writing this e-mail from GNUmail ;-). -- Mick