cups-1.0.2 on HP-UX 11

Klaus Fehlker lythie_ng at gmx.net
Wed Apr 27 10:59:24 PDT 2005


> Anonymous wrote:
> > ...
> > I tried that beforehand and it gave errors as well. That was
> > regarding any cp -d flag, which is indeed not supported on HP-UX
> > according to the manpages.
>
> Hmm, none of the CUPS makefiles use a "-d" option with the cp command.
> What is "INSTALL" set to in your Makedefs file?

INSTALL         =       /opt/imake/bin/install -c
[..]

INSTALL_BIN     =       $(LIBTOOL) $(INSTALL) -m 755 -s
INSTALL_DATA    =       $(INSTALL) -m 644
INSTALL_DIR     =       $(INSTALL) -d
INSTALL_LIB     =       $(LIBTOOL) $(INSTALL) -m 755
INSTALL_MAN     =       $(INSTALL) -m 644
INSTALL_SCRIPT  =       $(INSTALL) -m 755

I changed it to /usr/sbin/install and got the following:

-bash-2.05b$ make install > make-install-usrsbin.log

Stop.

Stop.
-bash-2.05b$ cat make-install-usrsbin.log
install: -d was not found anywhere!
*** Error exit code 2
*** Error exit code 1
-bash-2.05b$

Any ideas?




More information about the cups mailing list