Re: [Integrit-users] integrit on solaris 8
Brought to you by:
ecashin
From: Ed L C. <ec...@ug...> - 2004-04-21 18:27:11
|
"Wahid Sharif" <wah...@pl...> writes: > Hi, > > =C2=A0 > > I am trying to install integrit 3.02 on Solaris 8.=C2=A0 When I run =E2= =80=9Cmake > install=E2=80=9D, I get > > =C2=A0 > >>>> installing documentation: cd doc && make install > > installing manpage i-ls.1 in /usr/local/man/man1 > > installing manpage i-viewdb.1 in /usr/local/man/man1 > > installing manpage integrit.1 in /usr/local/man/man1 > > installing integrit.info in /usr/local/info > > sh: !: not found > > sh: install-info: not found ... > Any help on this will be greatly appreciated. Huh. That part of the build is hard to make portable because I'm trying to be GNU-compliant by using install-info. Unfortunately there are a couple of different install-info's out there... Anyway, there are a couple of things you can do. One quick fix is to simply change the doc/Makefile line: install : install-man install-info ... so that it doesn't do the install-info target: install : install-man # install-info Then you can install the texinfo documentation yourself as you like.=20 --=20 --Ed L Cashin | PGP public key: ec...@ug... | http://noserose.net/e/pgp/ |