home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / atari / st / 11537 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.5 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!jvnc.net!princeton!siemens!ferrari!bnell
  2. From: bnell@siemens.com. (Bill Nell)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: problems with gcc/g++
  5. Message-ID: <bnell.711729074@ferrari>
  6. Date: 21 Jul 92 14:31:14 GMT
  7. References: <bnell.711691021@cadillac>
  8. Sender: news@siemens.siemens.com
  9. Lines: 25
  10.  
  11. bnell@siemens.com. (Bill Nell) writes:
  12.  
  13. >First I'd like to thank everyone for mailing me the crt0 & gcrt0 files.
  14. >I've got a new problem now!  I'm writing some C++ code and I'm having
  15. >problems with one file.  Whenever I compile it  (using gcc -c file.cc)
  16. >the result file comes out to be like 95 bytes.  gcc doesn't report any
  17. >errors or anything and if I try to link file.o into something it just
  18. >complains that it can't find any of the functions in that file (obviously
  19. >since it is only 95 bytes!)  All my other files come out correct.  The
  20. >only difference in this file is that it is a class that uses templates.
  21. >So, can anyone tell me what's wrong???
  22. >                        Many thanks,
  23. >                        Bill
  24.  
  25.  
  26. I just tried to compile the same file I tried before here at work (on a SUN)
  27. and it seems gcc does the same thing here!  I guess I am screwed, does
  28. gcc 2.1 totally support templates or what??
  29.  
  30.                         Bill
  31. --
  32. bnell@ferrari.siemens.com    | Quote of the Day:
  33. Siemens Corporate Research   |   Those who are wise to the words are wise
  34. 755 College Road East        |   to those for whom words are sufficient.
  35. Princeton, NJ 08540          |                         - Scott Surowiec
  36.