TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:6083] mozilla build fail



At 07:58 PM 5/18/99 -0500, Chris Palmer wrote:
>Ben Luey wrote:
>> gmake[5]: ../../../../dist/./bin/xpidl: Command not found
>
>Try adding ./ to your $PATH -- this file path obviously woulnd't
>normally be in your $PATH.

I don't think this is the core problem.  The path is immediate as specified
(ie, it doesn't go thru the $PATH hash table in the shell).  The first
question is -- where is xpidl?
	find / -name xpidl -print

If it isn't really located where it is guessed to be, why not?  It is where
its supposed to be, are the perms proper?  etc.

>But keep in mind that it's usually a bad idea to have ./ in your $PATH.

Yeah, for root that is evil; for most mortals, ./ is kinda okay.

Randy