I kinda tried that, too, but I've had trouble su-ing to root. It won't
except my admin password. However, I was able to sudo su and then it would
accept my password. Then I tried make install-lib with that error:
$ ./configure
..
$ make
..
$ make test
..
** All tests completed! **
[localhost:~/swish-e-2.2rc1] webstar% su root
Password:
Sorry
[localhost:~/swish-e-2.2rc1] webstar% login
login: webstar
Password:
Welcome to Darwin!
[localhost:~] webstar% su root
Password:
Sorry
[localhost:~] webstar% sudo su
Password:
[localhost:/Users/webstar] root# make install-lib
make: *** No rule to make target `install-lib'. Stop.
[localhost:/Users/webstar] root# cd swish-e-2.2rc1
[localhost:/Users/webstar/swish-e-2.2rc1] root# make install-lib
cp src/libswish-e.a /usr/local/lib/libswish-e.a
cp: /usr/local/lib/libswish-e.a: No such file or directory
make: *** [install-lib] Error 1
[localhost:/Users/webstar/swish-e-2.2rc1] root#
I did the configure, make, and make test, but then had to sudo su. Is that a
problem? Thoughts?
Thanks-
Cori
cdiller@goble-assoc.com
On 9/17/02 3:37 PM, "Bill Moseley" <moseley@hank.org> wrote:
> At 01:25 PM 09/17/02 -0700, Cori Diller wrote:
>> When I try to install the library, I get this:
>>
>> [localhost:/Users/webstar/swish-e-2.2rc1] root# make install-lib
>> cp src/libswish-e.a /usr/local/lib/libswish-e.a
>> cp: /usr/local/lib/libswish-e.a: No such file or directory
>> make: *** [install-lib] Error 1
>> [localhost:/Users/webstar/swish-e-2.2rc1] root#
>
> Run make first
>
> $ ./configure
> $ make
> $ make test
> $ su
> # make install-lib
>
> install-lib needs to have a dependency added to build swish. I'll add
> that, thanks,
Received on Tue Sep 17 21:03:28 2002