tar -zxvf docbook-to-man.tar.gz
cd docbook-to-man/cmd

echo `date` > ../../make.time
make 2>&1 | tee ../../make.buildog
echo `date` >> ../../make-time

make install \
   2>&1 | tee ../../make-install.buildlog

mv /usr/local/bin/docbook-to-man /usr/bin

cd ../..


if you do the make - all sorts of weird errors appear :

regexp.c: In function `tpt_regcomp':
regexp.c:199: error: conflicting types for 'malloc'
regexp.c:708:22: macro "strchr" requires 2 arguments, but only 1 given
regexp.c: In function `tpt_regexec':
regexp.c:708: error: 'strchr' redeclared as different kind of symbol
regexp.c:807:22: macro "strchr" requires 2 arguments, but only 1 given
regexp.c: In function `regmatch':
regexp.c:807: error: 'strchr' redeclared as different kind of symbol
make[2]: *** [regexp.o] Error 1
make[2]: Leaving directory
`/usr/src/________/02.blfs-svn-20060629/055.docbook-to-man/docbook-to-man/Instant/tptregexp'
make[1]: *** [dotptregexp] Error 2
make[1]: Leaving directory
`/usr/src/________/02.blfs-svn-20060629/055.docbook-to-man/docbook-to-man/Instant'
make[1]: Entering directory
`/usr/src/________/02.blfs-svn-20060629/055.docbook-to-man/docbook-to-man/Transpec'



so best to install the binary !!


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to