Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!NSFNET-RELAY.AC.UK!STEVEW%tower-vax.city-poly.ac.uk From: STEVEW%tower-vax.city-poly.ac.uk@NSFNET-RELAY.AC.UK Newsgroups: gnu.utils.bug Subject: RE: Bison, VMS and GCC 1.36 Message-ID: <8912051201.AA04457@AENEAS.MIT.EDU> Date: 5 Dec 89 11:52:42 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 34 Thanks for the info. I removed the linker error by adding a dummy routine in GRAM.C. I wish to distribute Bison etc to other VMS sites and these type of messages tend to throw a lot of users (me included!). Thanks again ----------------------------------------------------------------------------- Steve Wakelin Senoir Systems Officer City Of London Polytechnic ___ . ___ JANET: stevew@uk.ac.clp.tvax / \ / / \ EARN/BitNet: stevew@tvax.clp.ac.uk / / /___ / EAN: stevew%clp.tvax@ean-relay.ac.uk <____/ <___ / ----------------------------------------------------------------------------- enc. #if defined(VMS) && defined(__GNUC__) /* This is to avoid linker problems which occur when the file in question contains data definitions only. That is, a file with no code in (but a statisically defined string Steve Wakelin STEVEW@TVAX.CLP.AC.UK 5-DEC-1989 */ void dummy() { } #endif