Re: Problem to resolve 3.3 release; regarding point 3.) bison, genbc and modern linkers
Holger Freyther <[email protected]> Sat, 24 Feb 2024 13:15:15 +0800
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <[email protected]> |
> On 24. Feb 2024, at 03:52, Stefan Monnier <[email protected]> wrote: > > I suspect the less hacky way involves looking at those multiple > definition warnings/errors, trying to find their origin and removing > the duplication. > Usually it's not very hard. I am happy to take either patch. For the additional linker flag we probably want to check with autoconf whether it is supported by the linker. IIRC I attempted to use bison's api.prefix but the tricky part was handling of yyprint as for both genbc-decl and the genbc-impl the YYSTYPE is the same union. thank you for looking into this holger