Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!lll-winken!lll-lcc!busby From: busby@lll-lcc.UUCP (Lee Busby) Newsgroups: comp.sys.next Subject: f2c trouble with character concatenation Message-ID: <3109@lll-lcc.UUCP> Date: 2 Aug 90 21:11:48 GMT Reply-To: busby@lll-lcc.llnl.gov.UUCP (Lee Busby) Organization: Lawrence Livermore Labs, Comp Center, Livermore CA Lines: 10 I successfully compiled f2c on my NeXT a few days ago. However, the program fails with a "memory bus" error anytime it encounters a character concatenation expression such as: character *20 s s = 'big ' // 'trouble' Program works fine when compiled on Mips or Sun. Anybody else have any experiences to share on this subject? Thanks.