home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1718.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  2.1 KB  |  43 lines

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