home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text4466.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  2.5 KB  |  55 lines

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