home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / lib / bug / 764 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.0 KB  |  56 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!cebaf9.cebaf.gov!filipi
  3. From: filipi@cebaf9.cebaf.gov (Adrian Thomas Filipi-Martin)
  4. Subject: Re: libg++ 2.3 and gcc 2.3.3 on HP9k700; unsatisfied symbols??
  5. Message-ID: <1993Jan8.154305.18459@murdoch.acc.Virginia.EDU>
  6. Keywords: iostream
  7. Sender: gnulists@ai.mit.edu
  8. Reply-To: adrian@cs.wm.edu
  9. Organization: CEBAF (Continuous Electron Beam Accelerator Facility)
  10. References: <1993Jan7.110644.14286@cv.ruu.nl>
  11. Distribution: gnu
  12. Date: Fri, 8 Jan 1993 15:43:05 GMT
  13. Approved: bug-lib-g++@prep.ai.mit.edu
  14. Lines: 40
  15.  
  16. --
  17. In article <1993Jan7.110644.14286@cv.ruu.nl>, bartm@cv.ruu.NL (Bart
  18. Muyzer) writes:
  19. |> Reading specs from /usr/local/lib/gcc-lib/hp700-hpux/2.3.3/specs
  20. |> gcc version 2.3.3
  21. |> /usr/local/lib/gcc-lib/hp700-hpux/2.3.3/ld -u main -a archive -o fib
  22. |>/lib/crt0.o fib.o ../../libg++.a
  23. |>/usr/local/lib/gcc-lib/hp700-hpux/2.3.3/libgcc.a -lc
  24. |>/usr/local/lib/gcc-lib/hp700-hpux/2.3.3/libgcc.a
  25. |> ld: Unsatisfied symbols:
  26. |>    __ls__FR7ostreamd (code)
  27. |>    __ls__FR7ostreami (code)
  28. |>    __ls__FR7ostreamPCc (code)
  29. |> collect: /bin/ld returned 1 exit status
  30. |>
  31. |>It turns out that the "Unsatisfied symbols" aren't even in the just
  32. |>build
  33. |>libg++.a!!????
  34. |>
  35. |>When I link with version 2.2 of libg++, all works well. In libg++ 2.2,
  36. |>the
  37. |>"Unsatisfied symbols" seem to come from the file 'iostream.o'.
  38. |>
  39.  
  40. Try putting 'setenv LDOPTS -L /usr/local/lib' in your .cshrc. I just
  41. expierienced
  42. a similar linker problem when I installed gcc yesterday on a 345 w/8.0.
  43.  
  44. The hp linker doesn't look in any directories other than /lib. :(.
  45.  
  46. Hope this helps.
  47.  
  48. Adrian
  49. ----------------------------------+--------------------------------------------
  50. adrian@cs.wm.edu          ---->>>>| Support you local programmer,
  51. adrian@cebafi.cebaf.gov     --->>>| STOP Software Patent Abuses NOW!
  52. Member: The League for        -->>| membership info at prep.ai.mit.edu:/pub/lpf
  53.        Programming Freedom      ->| print "join.ps" for an application
  54. ----------------------------------+--------------------------------------------
  55.  
  56.