home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 18163 < prev    next >
Encoding:
Internet Message Format  |  1992-12-18  |  1.4 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!olivea!decwrl!deccrl!news.crl.dec.com!dbased.nuo.dec.com!nntpd.lkg.dec.com!engage.pko.dec.com!riscee.pko.dec.com!chou
  2. From: chou@riscee.pko.dec.com (Jesse Chou WSG/SECG)
  3. Newsgroups: comp.lang.c++
  4. Subject: need help compiling (linking) Borland C++ programs using templates.
  5. Message-ID: <1992Dec17.231212.10841@engage.pko.dec.com>
  6. Date: 17 Dec 92 23:12:12 GMT
  7. Sender: chou@riscee.enet.dec.com
  8. Organization: Digital Equipment Corporation, Maynard MA
  9. Lines: 33
  10.  
  11. This may be a very basic and silly question to ask but I am new to Borland
  12. c++.  It is greatly appreciated that someone could enlighten me or give me
  13. pointer to a FAQ.
  14.  
  15.  
  16. I am writing a list class using template and got link error:
  17.  
  18. Error: Undefined symbol slist_base::append(slink near*) in module tpc.cpp
  19.  
  20.  
  21. I had a similar error using other c++ compiler and found that I have to use
  22. a command line switch with the compiler.  I suppose that someone could
  23. easily point to me what I should do in my makefile.  Or maybe there is
  24. other problems that I am not aware of.  In any rate, thanks in advance.
  25.  
  26.  
  27.  
  28. Jesse
  29.  
  30.  
  31.  
  32. -- 
  33. Jesse Chou    -- chou@riscee.enet.dec.com
  34.  
  35. These words are entered into net by the keyboard.
  36. I am not responsible for them; neither is my employer.
  37.  
  38.  
  39. -- 
  40. Jesse Chou    -- chou@riscee.enet.dec.com
  41.  
  42. These words are entered into net by the keyboard.
  43. I am not responsible for them; neither is my employer.
  44.