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

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