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

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