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

  1. Received: from rancor.jedi.net (rancor.jedi.net [199.233.91.1]) by nacm.com (8.6.10/8.6.9) with ESMTP id WAA11156 for <executor@nacm.com>; Sun, 3 Sep 1995 22:23:47 -0700
  2. Received: (from josh@localhost) by rancor.jedi.net (8.6.12/8.6.12) id AAA12899 for executor@nacm.com; Mon, 4 Sep 1995 00:23:45 -0500
  3. From: Josh Hildebrand <josh@jedi.net>
  4. Message-Id: <199509040523.AAA12899@rancor.jedi.net>
  5. Subject: Re: executor-digest V1 #261
  6. To: executor@nacm.com
  7. Date: Mon, 4 Sep 1995 00:23:45 -0500 (CDT)
  8. In-Reply-To: <199509040147.SAA08037@nacm.com> from "owner-executor-digest@nacm.com" at Sep 3, 95 06:47:09 pm
  9. X-Mailer: ELM [version 2.4 PL23]
  10. Content-Type: text
  11. Content-Length: 1568      
  12. Sender: owner-paper@nacm.com
  13. Precedence: bulk
  14.  
  15. > > > if i compile using the ELF makefiles in src and gl things go ok but if i 
  16. > > > try to use these i get this error (i was trying to run zgv since it loads 
  17. > > > fast).
  18. > > 
  19. > > What are you using to compile?  I've done "ln -sf Makefile.elf Makefile" 
  20. > > in both of those directories, and it won't compile for me.  I'm doing a 
  21. > > "make installheaders" and "make all", but it tells me to "make install" 
  22. > > first, which the README.ELF tells me NOT to do... hmm...
  23.  
  24. Well, I followed the README.ELF exactly, and I got the two libs and moved
  25. them into /lib, and ran ldconfig.  zgv does complain about them:
  26.  
  27. rancor:root# zgv.aout
  28. zgv.aout: can't load library '/lib/libvga.so.1'
  29.         Exec format error
  30. zgv.aout: can't find library 'libvga.so.1'
  31.  
  32. Now, for my hypothesis:
  33. /lib/libvga[gl].so.1.2.7 are ELF libs.  zgv (and many other svgalib progs
  34. including linuxsdoom) are built with a.out shared libs.  Something is wrong
  35. with ld.so or something.  It's not recognizing that the executable is looking
  36. for a.out libs.  It isn't a problem with svgalib, as far as I can tell.
  37. I went through the mess of recompiling zgv w/ ELF and got it working with
  38. the /lib/libvga[gl].so.1.2.7 that the a.out zgv complained about.  
  39. I have the newest ld.so, libc, svgalib, and uhh whatelse?
  40.  
  41. I've spent nearly 5 hours on this tonight.  I'm fed up with it and I'm ready 
  42. for somebody to email me a solution.
  43. -- 
  44. Josh Hildebrand         System Administrator of JEDI.NET
  45. Email: josh@jedi.net    Pager: http://www.jedi.net/josh/pager
  46. WWW Home Page and Resume: http://www.jedi.net/josh 
  47.  
  48.