Victor Eijkhout wrote:
> 
> It ends with:
> 
> install -d -m 755 /sw/src/root-windowmaker-0.80.0-3/sw/share/doc/windowmaker
> bad command-line parameter -d
> Usage: install <switch>
> Where switches are:
>      -s   --quiet  make silent build
>      -h   --help   show this message
> 
> ### install failed, exit code 1
> Failed: installing windowmaker-0.80.0-3 failed

You should leave "." out of your PATH environment variable. Or if you
are used to have it, put it at the end or at least after /usr/bin. The
problem here is that the windowmaker sources contain a script named
"Install", and when Fink tries to install things using the "install"
command, the latter translates not to /usr/bin/install or
/sw/bin/install as it should, but to ./Install, due to the
case-insensitivity of HFS+ and your PATH.

-- 
Martin

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

Reply via email to