Re: Build failure with version 2007-08-20
al davis <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 29 August 2007, al davis wrote: > There are other problems with 3.3 .. > > There is a link problem related to template resolution, > apparently triggered when one template function calls another > template function. I could work around this one by > commenting out the calls to the problem function, with the > consequence that certain input text would be parsed > different. This seems to be a linker/compiler compatibility problem. It appears that g++-3.3 duplicate template elimination doesn't work correctly with a recent linker, but probably does with older linkers. Can someone confirm? Stuart????