Re: New gnucap development snapshot
nbs_r <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
After executing "configure;make" I've got a following build error:
=================
make[3]: Entering directory `/tmp/gnucap-2006-12-04/man'
WARNING: latex was not found on your system but
gnucap-man.dvi is out of date and needs to be
rebuilt from the LaTeX .tex files. Changes to
the .tex files will be ignored.
/usr/bin/dvipdfm gnucap-man
gnucap-man.dvi -> gnucap-man.pdf
dvi_init: Specified DVI file doesn't exist
Output file removed.
make[3]: *** [gnucap-man.pdf] Error 1
make[3]: Leaving directory `/tmp/gnucap/gnucap-2006-12-04/man'
=================
al davis wrote:
> On Monday 04 December 2006 20:25, al davis wrote:
>> There is a new development snapshot of gnucap available.
>
> It also includes Dan's latest patches to the autoconf based
> build system, and updates to take care of the new files.
>
> Link order dependency is less critical than it was. There is
> just one "globals" now that must be linked last to be
> constructed first, but that is all.
>
> The other file linked first to be consturcted last and
> destructed first is no longer critical. The reason the order
> of that one mattered is that it caused some internal diagnostic
> code to falsely report a memory leak when it exited due to an
> uncaught exception in batch mode. There are actually no known
> memory leaks, and there are checks to verify that.
>
>
> _______________________________________________
> Gnucap-devel mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/gnucap-devel
>
>
>