home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16535 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!destroyer!cs.ubc.ca!news.UVic.CA!sanjuan!pmacdona
  3. From: pmacdona@sanjuan (Peter MacDonald)
  4. Subject: Re: SLS, g++, shared libs, and X
  5. Message-ID: <1992Nov13.024446.4112@sol.UVic.CA>
  6. Sender: news@sol.UVic.CA
  7. Nntp-Posting-Host: sanjuan.uvic.ca
  8. Organization: University of Victoria, Victoria B.C. CANADA
  9. References: <1992Nov12.174446.9480@ornl.gov>
  10. Date: Fri, 13 Nov 92 02:44:46 GMT
  11. Lines: 25
  12.  
  13. In article <1992Nov12.174446.9480@ornl.gov> mullens@jamsun.ic.ornl.gov (James A. Mullens) writes:
  14. >* Newbie alert *
  15. >
  16. >I'm using the "latest-1" distribution of SLS to run some C++/X software
  17. >I wrote for a Sun, and I'm having trouble linking.  Linking to shared
  18. >libs would be nice, and I tried it despite words in the documentation
  19. >about X stuff not having jump tables -- it bombs horribly when it runs.
  20. >Linking "static" is acceptable but the linker complains about not finding
  21. >functions usually located in libm.  Is the solution just to move the
  22. >correct libm file into the correct directory, or is something else going
  23. >on here?
  24. >
  25. >The documentation touches on these topics, but I'd love to see a summary
  26. >of the relationships between:
  27. >  standard libs and shared libs (classic and jump table),
  28. >  gcc (vs g++?) libs (libm in particular),
  29. >  X libs.
  30. >
  31. >jim mullens
  32. >Internet: jcm@ornl.gov (128.219.128.17)
  33. >          mullens@jamsun.ic.ornl.gov (128.219. 64.31)
  34. >Dammit Jim! I'm a program, not a doctor!
  35.  
  36. Try linking "-nojump"
  37.  
  38.