home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / gcc / help / 2766 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.4 KB  |  59 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!batcomputer!ghost.dsi.unimi.it!newsserver.di.unipi.it!tito
  3. From: tito@di.unipi.it (Tito Flagella)
  4. Subject: profiling on gcc
  5. Message-ID: <1992Dec17.185918.12057@cli.di.unipi.it>
  6. Sender: netnews@cli.di.unipi.it (USENET News System)
  7. Nntp-Posting-Host: apollo.di.unipi.it
  8. Organization: Dipartimento di Informatica, Universita' di Pisa
  9. Date: Thu, 17 Dec 1992 18:59:18 GMT
  10. Lines: 47
  11.  
  12.  
  13. I want to profile a programe with prof or gprof, but if I compile the files using
  14. g++ -pg the I get the following:
  15.  
  16. g++ -o groebner -pg -DGNU MonomialList.o algebra.o poly.o BaseItemList.o PairList.o PolyList.o groebner.o main.o
  17. ld: Undefined symbol
  18.    LBE50
  19.    LBB50
  20.    LBE40
  21.    LBB40
  22.    LBE41
  23.    LBB41
  24.    LBE31
  25.    LBB31
  26.    LBE42
  27.    LBB42
  28.    LBE32
  29.    LBB32
  30.    LBE43
  31.    LBB43
  32.    .....
  33.  
  34. Anybody can help?
  35.  
  36. Tito Flagella
  37. --
  38. ------------------------------------------------------------------
  39. Tito Flagella                 email:   tito@di.unipi.it
  40.  
  41. work address:
  42.             Dipartimento di Informatica, Universita' di Pisa 
  43.             Corso Italia 40 56125 Pisa, Italy
  44.             phone 39 (0)50 510213
  45.             fax   39 (0)50 510226
  46.  
  47. home address:
  48.         Via S. Rocco 14/e 56010 Asciano Pisano (PI), Italy
  49.         phone 39 (0)50 856184
  50.  
  51. To steal from one is plagiarism, to steal from many is research
  52.  
  53.     Wilson Mizner.
  54.  
  55. Pensa alla salute
  56.  
  57.     Anonimo Meridionale.
  58. ------------------------------------------------------------------
  59.