home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!boulder!csn!tpsrd!tplrd!paulg
- From: paulg@tplrd.tpl.oz.au (Paul Gittings)
- Subject: Re: Trouble with g++
- Message-ID: <1993Jan22.112942.10918@tpl68k0.tplrd.tpl.oz.au>
- Originator: paulg@sydrd19
- Lines: 14
- Nntp-Posting-Host: sydrd19
- Organization: Telectronics Pacing Systems
- References: <1993Jan19.162005.25119@bernina.ethz.ch> <1993Jan20.142512.27953@edb.tih.no>
- Date: Fri, 22 Jan 93 00:27:00 GMT
-
-
- In article <1993Jan20.142512.27953@edb.tih.no>, torebu@edb.tih.no (Tore Busch) writes:
- [stuff deleted]
- > What really happened was that amiga-shell didn't like the ++ ending of
- > libg++.a. After I renamed it to libgpp.a and changed the gpp.rexx script
- > the compilation went on just fine!
-
- The Amiga Shell uses a "+" character at the end of the line as a continuation
- character (and strips it off). Other than changing the name of libg++.a,
- as described above, one can also insert a couple of spaces, one in the
- gpp.rexx script (change "lg++" to "lg++ ") and I think in the gcc.rexx
- script add a " " at the end of the line that actually invokes the driver.
-
- Paul
-