home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text4464.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.6 KB

  1. Date: Mon, 4 Sep 1995 02:02:14 -0700 (PDT)
  2. From: Jared Roberts <root@dontmailhere.cyberspace.com>
  3. X-Sender: root@Ender.cyberspace.com
  4. Reply-To: Jared@cyberspace.com
  5. To: Josh Hildebrand <josh@jedi.net>
  6. cc: executor@nacm.com
  7. Subject: Re: executor-digest V1 #261
  8. In-Reply-To: <199509040523.AAA12899@rancor.jedi.net>
  9. Message-ID: <Pine.LNX.3.91.950904015509.158A-100000-100000@Ender.cyberspace.com>
  10. MIME-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12. Sender: owner-paper@nacm.com
  13. Precedence: bulk
  14.  
  15.  
  16. > Now, for my hypothesis:
  17. > /lib/libvga[gl].so.1.2.7 are ELF libs.  zgv (and many other svgalib progs
  18. > including linuxsdoom) are built with a.out shared libs.  Something is wrong
  19. > with ld.so or something.  It's not recognizing that the executable is looking
  20. > for a.out libs.  It isn't a problem with svgalib, as far as I can tell.
  21. > I went through the mess of recompiling zgv w/ ELF and got it working with
  22. > the /lib/libvga[gl].so.1.2.7 that the a.out zgv complained about.  
  23. > I have the newest ld.so, libc, svgalib, and uhh whatelse?
  24.  
  25. This thought had occured to me as well, except I _have_ gotten some a.out 
  26. svgalib programs to work (the supplied demo, 3d, worked just fine).  I 
  27. just can't get anything to compile with lots of undef'd refreneces.  
  28. Also, I noticed the demo files compile with the flag "-lg" which looks 
  29. for some library which I don't have, and which isn't one that compiles 
  30. out (those are -lvga and -lvgagl).  Observe:
  31.  
  32. Ender:/usr/lib# file *vga*
  33. libvga.so.1:       symbolic link to libvga.so.1.2.7
  34. libvga.so.1.2.7:   ELF 32-bit LSB dynamic lib i386 (386 and up) Version 1
  35. libvgagl.so.1:     symbolic link to libvgagl.so.1.2.7
  36. libvgagl.so.1.2.7: ELF 32-bit LSB dynamic lib i386 (386 and up) Version 1
  37. svgalib:           directory
  38. Ender:/usr/lib# cd svgalib
  39. Ender:/usr/lib/svgalib# file 3d testgl
  40. 3d: Linux/i386 demand-paged executable (ZMAGIC)
  41. testgl: setuid setgid Linux/i386
  42.  
  43. ---
  44.  
  45. Both 3d and testgl work fine, although I couldn't get either to compile 
  46. by myself (These are binaries from a slackware distribution of a previous 
  47. svgalib.)  So that just about blows that theory away.... sigh....
  48.  
  49. +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  50. |  Jared Roberts                      |  Ultima Dragons: Internet Chapter     |
  51. |  mailto:Jared@cyberspace.com        |  Timeless Dragon     -==(UDIC)==-     |
  52. |  Jarobert@sparky.lkwash.wednet.edu  +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  53. |  Orion@media.mediawhse.com          |  Orion@IRC                            |
  54. +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  55.  
  56.  
  57.