Re: New gnucap development snapshot
al davis <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
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.