home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / std / cplus / 1836 < 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.std.c++
  4. Subject: need help compiling (linking) Borland C++ programs using templates
  5. Message-ID: <1992Dec17.231411.10943@engage.pko.dec.com>
  6. Date: 17 Dec 92 23:14:11 GMT
  7. Sender: chou@riscee.enet.dec.com
  8. Organization: Digital Equipment Corporation, Maynard MA
  9. Lines: 34
  10.  
  11.  
  12. This may be a very basic and silly question to ask but I am new to Borland
  13. c++.  It is greatly appreciated that someone could enlighten me or give me
  14. pointer to a FAQ.
  15.  
  16.  
  17. I am writing a list class using template and got link error:
  18.  
  19. Error: Undefined symbol slist_base::append(slink near*) in module tpc.cpp
  20.  
  21.  
  22. I had a similar error using other c++ compiler and found that I have to use
  23. a command line switch with the compiler.  I suppose that someone could
  24. easily point to me what I should do in my makefile.  Or maybe there is
  25. other problems that I am not aware of.  In any rate, thanks in advance.
  26.  
  27.  
  28.  
  29. Jesse
  30.  
  31.  
  32.  
  33. -- 
  34. Jesse Chou    -- chou@riscee.enet.dec.com
  35.  
  36. These words are entered into net by the keyboard.
  37. I am not responsible for them; neither is my employer.
  38.  
  39.  
  40. -- 
  41. Jesse Chou    -- chou@riscee.enet.dec.com
  42.  
  43. These words are entered into net by the keyboard.
  44. I am not responsible for them; neither is my employer.
  45.