Re: texi2dvi error in make
Frederic Bois <[email protected]> Mon, 13 May 2013 10:29:12 +0200
| Newsgroups | gmane.comp.gnu.mcsim.bugs |
|---|---|
| Organization | UTC |
| Message-ID | <[email protected]> |
Hi, I don't know, I don't get it and I see nothing wrong with the command given. Building the doc automatically is more problems that I imagined for automake... In any case, the doc is made last; so if it fails it's no big deal. The compiled doc is in the distributed package anyway and you don't even need to redo it. If you want the info file installed, the best is then to do "install-info mcsim.info" yourself. Sorry about that. Maybe I should remove the troubled makefile from the doc directory... Frederic Bois On 10/05/2013 19:21, Robert J Goedman wrote: > Hi, > > To install mcsim-5.5.0 I'm using texi2dvi (GNU Texinfo 4.8) 1.34 on Mac OSX 10.8 and get below error message. > > I wonder if there is a workaround for that. > > Rob J. Goedman > [email protected] > > > ... > libtool: link: ranlib .libs/libmcsim.a > libtool: link: ( cd ".libs" && rm -f "libmcsim.la" && ln -s "../libmcsim.la" "libmcsim.la" ) > Making all in doc > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /Users/rob/Projects/mcsim-5.5.0/missing makeinfo -I .' \ > texi2dvi --build-dir=mcsim.t2d -o mcsim.dvi \ > mcsim.texinfo > /usr/bin/texi2dvi: Can't use option `--output' with more than one argument. > make[2]: *** [mcsim.dvi] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > robs-15inch-2:mcsim-5.5.0 rob$ > > >