home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4359 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: peer-news.britain.eu.net!uknet!bhamcs!news
  2. From: Derek M Avery <D.M.Avery-CSSE94@cs.bham.ac.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC 2.7.0
  5. Date: Tue, 27 Feb 1996 11:54:43 +0000
  6. Organization: School of Computer Science, The University of Birmingham, U.K.
  7. Message-ID: <3132F103.3592@cs.bham.ac.uk>
  8. References: <4guhcr$2mf@dunlop.cs.strath.ac.uk>
  9. NNTP-Posting-Host: gromit.cs.bham.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.4 sun4m)
  14.  
  15. Paul Callaghan CS94 wrote:
  16. > I have just recently unarchived the gcc 2.7.0 compiler and have been trying to
  17. > compile some code which I have written under SAS/C 6.53 so that I can incorporate
  18. > templates into it.  My problem is that I use the command line:-
  19. > g++ -v -o node node.cc
  20. > The compiler then gets to the the linker stage and says:-
  21. > ld: no file or directory for node
  22. > before terminating completely.
  23. > Is this just me or a bug which can be fixed.
  24. > Thanks in advance.
  25.  
  26. It looks fine to me but what does -V do?  Have you tried it without the
  27. -V because I do not think its neccesary (I`ve never used it), to get an
  28. error message your stack must be set right, try with a larger stack
  29. though is the only thing I can think of.
  30.  
  31. **************************************************
  32. *        D.M.Avery-CSSE94@cs.bham.ac.uk          *
  33. *------------------------------------------------*
  34. *  Never take financial advice from someone who  *
  35. *              isn't extremely rich              *
  36. **************************************************
  37.