Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!ames!decwrl!sdd.hp.com!samsung!sol.ctr.columbia.edu!lll-winken!lll-lcc!busby From: busby@lll-lcc.UUCP (Lee Busby) Newsgroups: comp.sys.next Subject: Re: f2c trouble with character concatenation Message-ID: <3110@lll-lcc.UUCP> Date: 3 Aug 90 18:31:52 GMT References: <3109@lll-lcc.UUCP> Reply-To: busby@lll-lcc.llnl.gov.UUCP (Lee Busby) Organization: Lawrence Livermore Labs, Comp Center, Livermore CA Lines: 7 It looks like this problem was due to f2c trying to write into a string constant. A quick fix is to compile with the -fwritable-strings flag. A better fix would be to find all the places where f2c wants to write over its strings and redeclare the variables appropriately. Thanks to Steven Boker for this suggestion.