home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gdb / bug / 1246 < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.2 KB  |  31 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cs.nyu.edu!fox
  3. From: fox@cs.nyu.edu (David Fox)
  4. Subject: Re: The Sun bug, after taking a deep breath and counting to 10...
  5. Message-ID: <FOX.92Nov23173601@graphics.nyu.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Courant Institute of Mathematical Sciences
  8. References: fox@cs.nyu.edu (David Fox)
  9. Distribution: gnu
  10. Date: Mon, 23 Nov 1992 22:36:01 GMT
  11. Approved: bug-gdb@prep.ai.mit.edu
  12. Lines: 17
  13.  
  14. (sorry to post to gnu.misc.discuss, but this follows up a message I
  15. posted there earlier.)  I have found out some stuff since my last
  16. message.  It seems that the problem was with the loader I am using.
  17. When I compile with the profiling flag (-pg) I get the message that
  18. it can't find libc_p.a, because this file happens not to be installed
  19. on our system.  When I provide a libc_p.a I get the message
  20.  
  21.   ld: _DYNAMIC bootstrapping not available: use -Bstatic.
  22.   collect: /usr/bin/ld returned 4 exit status
  23.  
  24. If I install gnu ld instead of collect2 I can get a working
  25. program, but it has the gdb "next" problem I described in
  26. my previous message.  Loading with -static causes it to list
  27. a bunch of assembler symbols as unresolved.
  28.  
  29. I will see if using gnu libc helps.
  30.  
  31.