Re: compile comedilib-0.7.19

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 14 August 2003 03:57 pm, Ge Zhang wrote:
> Hi,David
> I download 0.7.20 and did "./configure", "make". They are ok, but when I
> did "make install", It gave me errors:
> ...
> Making install in doc
> make[1]: Entering directory `/usr/local/comedilib-0.7.20/doc'
> make[2]: Entering directory `/usr/local/comedilib-0.7.20/doc'
> make[2]: Nothing to be done for `install-exec-am'.
> /usr/bin/install -c -d /usr/local/man/man3
> /usr/bin/install -c man/*.3 /usr/local/man/man3
> /usr/bin/install: cannot stat `man/*.3': No such file or directory
> make[2]: *** [install-data-local] Error 1
> make[2]: Leaving directory `/usr/local/comedilib-0.7.20/doc'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/usr/local/comedilib-0.7.20/doc'
> make: *** [install-recursive] Error 1
>
> could you tell me how to fix this? Thanks
>

Putting a dash before the command that is failing in doc/Makefile.am will 
cause make to ignore errors.  Like:

	-$(INSTALL_DATA) man/*.3 $(mandir)/man3

- -- 
Frank

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE/PUXL5vihyNWuA4URAsM1AKCKtIF2BYPv1rZAX0X0J95cLZGzAgCfSJgK
lj6maBzEPH7rkuSxWCuIT/Y=
=YyVP
-----END PGP SIGNATURE-----

Received on 2003-08-15Z19:42:51