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

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