gnupic@linuxhacker.org
gnupic@linuxhacker.org
That's great, Rick, thanks very much! It built without problems.
I have found gputils.pdf in the documentation folder, which looks
reference-like. Is there anything like a 'getting started' guide for
gputils somewhere or would I do best to study the PIC start plus docs
first?
Regards,
Tom
On Saturday, August 9, 2003, at 08:05 PM, Rick Mann wrote:
>> [Tom-Djajadiningrats-Computer:~/Desktop/gputils-0.11.6] tom% make
>> install
>> Making install in libgputils
>> make[2]: Nothing to be done for `install-exec-am'.
>> make[2]: Nothing to be done for `install-data-am'.
>> Making install in libiberty
>> make[2]: Nothing to be done for `install-exec-am'.
>> make[2]: Nothing to be done for `install-data-am'.
>> Making install in gpasm
>> /bin/sh ../mkinstalldirs /usr/local/bin
>> /usr/bin/install -c gpasm /usr/local/bin/gpasm
>> /usr/bin/install: /usr/local/bin/gpasm: Permission denied
>> make[2]: *** [install-binPROGRAMS] Error 71
>> make[1]: *** [install-am] Error 2
>> make: *** [install-recursive] Error 1
>>
>> Any ideas on what I may be doing wrong?
>
> You need to be root in order to install stuff in many places. Try:
>
> tom% sudo make install
>
> Eventually, sudo will ask for a password. Type your password (user
> "tom"),
> not root's (although they are probably the same password).
>
> --
> Rick
>
gnupic@linuxhacker.org