home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / admin / 8499 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!mcsun!sun4nl!eur.nl!pk
  3. From: pk@cs.few.eur.nl (Paul Kranenburg)
  4. Subject: Re: ___builtin_saveregs
  5. Message-ID: <1992Nov20.145407.6790@cs.few.eur.nl>
  6. Sender: news@cs.few.eur.nl
  7. Reply-To: pk@cs.few.eur.nl
  8. Organization: Erasmus University Rotterdam
  9. References: <5171@disuns2.epfl.ch>
  10. Date: Fri, 20 Nov 1992 14:54:07 GMT
  11. Lines: 16
  12.  
  13. In <5171@disuns2.epfl.ch> chris@lslsun4.epfl.ch (Christian Iseli) writes:
  14.  
  15. >I just compiled a patched version of XView 3.0 with shared libraries.
  16. >This time, I used gcc to do the job. Went fine, but now I have this
  17. >application (for which I don't have the source) which won't start as ld.so
  18. >complains about not finding ___builtin_saveregs.
  19.  
  20. >I know that if I recompile the shared library with Sun's cc, the problem will
  21. >go away. However, I'd like to stick with gcc and find another solution.
  22.  
  23. I worked around this problem by making a shared version of `libgcc.a'.
  24. This gets it past ld.so, but I noticed that some applications did not work
  25. well with these shared libs. I didn't bother to investigate further; I just
  26. went back to Sun's C compiler.
  27.  
  28. -pk
  29.