Isn't the 'sudo' failing there? That seems likely to cause problems. 

--Robert

On Nov 2, 2012, at 15:23, Richard Frith-Macdonald <[email protected]> 
wrote:

> 
> On 2 Nov 2012, at 17:54, Tom Davie wrote:
>> 
>> 
>> libojbc2$ make --version
>> GNU Make 3.81
> 
> This is the same version that I'm using.
> 
>> Copyright (C) 2006  Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions.
>> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
>> PARTICULAR PURPOSE.
>> 
>> This program built for x86_64-pc-linux-gnu
>> libojbc2$ sudo -E make messages=yes -f GNUmakefile install
>> Installing libraries...
>> Creating symbolic links...
>> Installing headers…
>> libobjc2-1.5.1$ sudo -E make messages=yes -f GNUmakefile install
>> sudo: unable to resolve host iphonedev.huntedcow.com
>> This is gnustep-make 2.6.2. Type 'make print-gnustep-make-help' for help.
>> Making all for library libobjc...
>> make[3]: Nothing to be done for `internal-library-compile'.
>> Making all for library libobjcxx...
>> make[3]: Nothing to be done for `internal-library-compile'.
>> Making install for library libobjc...
>> if [ -f ./obj/libobjc.so.4 ]; then \
>>      /usr/bin/install -c -p  ./obj/libobjc.so.4 \
>>                         /usr/GNUstep/Local/Library/Libraries/. ; \
>>      (cd /usr/GNUstep/Local/Library/Libraries/.; rm -f libobjc.so; if [ 
>> "libobjc.so.4" != "libobjc.so.4" ]; then rm -f libobjc.so.4; ln -s 
>> libobjc.so.4 libobjc.so.4; fi; ln -s libobjc.so.4 libobjc.so; ) \
>>    fi
>> for file in Availability.h Object.h Protocol.h blocks_runtime.h 
>> capabilities.h encoding.h hooks.h runtime.h runtime-deprecated.h slot.h 
>> objc.h objc-api.h objc-arc.h objc-auto.h toydispatch.h __done; do \
>>      if [ $file != __done ]; then \
>>        /usr/bin/install -c -p  -m 644 objc/$file \
>>              /usr/GNUstep/Local/Library/Headers/objc/$file; \
>>      fi; \
>>    done
> 
> This looks like, when you use the -f option, it *is* reading the GNUmakefile 
> and it *is* installing to /usr/GNUstep/Local/Library/Libraries/ and headers 
> to /usr/GNUstep/Local/Library/Headers
> 
> 
> 
> 
> _______________________________________________
> Gnustep-dev mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/gnustep-dev

_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to