On 2/16/07, Michael Klinosky <mpk2@xxxxxxxxx> wrote:
[mpk@D500 mms_client-0.0.3]$ su - Password: [root@D500 ~]# make test make: *** No rule to make target `test'. Stop. [root@D500 ~]# make install make: *** No rule to make target `install'. Stop. Now what?
When you entered 'su -', you were taken to root's home directory. Either drop the hyphen from 'su', or 'cd /back/to/mms_client' directory. Try 'man su' to find out why you were "transported". Chris