home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19054 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.2 KB  |  27 lines

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