On Thu, 28 Mar 2002, Gaetano Vitale wrote:

> That may be:
> gvitale% which make
> /usr/local/bin/make

The standard 'make' is in /usr/bin, not /usr/local/bin. Where did you get
this one? Did you build/install it yourself? 

> I don't have the same installation of the tools you have (mine are 
> the Apple Dec2001), 'cose:
> gvitale% make --version
> make: no target to make.
> (that is --version is not an option)

Try that again but fully qualify the path this time:

    % /usr/bin/make --version
    % /usr/local/bin/make --version

If you have the tools installed -- and if you have a copy of make in
/usr/bin in addition to the custom one in /usr/local/bin then that's an
ecouraging sign -- then you can probably get this setup to work. If you
don't need the custom stuff in ...local... then you can probably remove it
(and whatever else may have gone in with it); alternatively you can make
sure that your $ENV{PATH} is set to place /usr/local/bin after /usr/bin.
The latter should guarantee that the shell resolves to the default stuff
over anything custom, which will probably fix your problem.

> Should I try to reinstall the tools ('till yesterday they worked...)?

...are you sure you were *using* the tools, and not the custom stuff?
 


-- 
Chris Devers                                [EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/


_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to