Re: Xcode Installation such that the Make Command is Operationa
Re: Xcode Installation such that the Make Command is Operationa
- Subject: Re: Xcode Installation such that the Make Command is Operationa
- From: Ken Thomases <email@hidden>
- Date: Sat, 17 Oct 2009 12:38:21 -0500
On Oct 17, 2009, at 12:23 PM, Robert Towns wrote:
The measure, I've been given, for a the desired installed
configuration of
Xcode is for the Make command executed at the Terminal to get a
response
other than the likes of "command not found"
bedi$ make
make: *** No targets specified and no makefile found. Stop.
The above is not "command not found". It is finding and executing the
make command, but make is telling you that it has nothing to do
because you haven't specified a target to be made and there's no
makefile in the current directory.
What did you expect it to do?
Regards,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden