home *** CD-ROM | disk | FTP | other *** search
Wrap
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 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 From: Josh Hildebrand <josh@jedi.net> Message-Id: <199509040523.AAA12899@rancor.jedi.net> Subject: Re: executor-digest V1 #261 To: executor@nacm.com Date: Mon, 4 Sep 1995 00:23:45 -0500 (CDT) In-Reply-To: <199509040147.SAA08037@nacm.com> from "owner-executor-digest@nacm.com" at Sep 3, 95 06:47:09 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1568 Sender: owner-paper@nacm.com Precedence: bulk > > > if i compile using the ELF makefiles in src and gl things go ok but if i > > > try to use these i get this error (i was trying to run zgv since it loads > > > fast). > > > > What are you using to compile? I've done "ln -sf Makefile.elf Makefile" > > in both of those directories, and it won't compile for me. I'm doing a > > "make installheaders" and "make all", but it tells me to "make install" > > first, which the README.ELF tells me NOT to do... hmm... Well, I followed the README.ELF exactly, and I got the two libs and moved them into /lib, and ran ldconfig. zgv does complain about them: rancor:root# zgv.aout zgv.aout: can't load library '/lib/libvga.so.1' Exec format error zgv.aout: can't find library 'libvga.so.1' Now, for my hypothesis: /lib/libvga[gl].so.1.2.7 are ELF libs. zgv (and many other svgalib progs including linuxsdoom) are built with a.out shared libs. Something is wrong with ld.so or something. It's not recognizing that the executable is looking for a.out libs. It isn't a problem with svgalib, as far as I can tell. I went through the mess of recompiling zgv w/ ELF and got it working with the /lib/libvga[gl].so.1.2.7 that the a.out zgv complained about. I have the newest ld.so, libc, svgalib, and uhh whatelse? I've spent nearly 5 hours on this tonight. I'm fed up with it and I'm ready for somebody to email me a solution. -- Josh Hildebrand System Administrator of JEDI.NET Email: josh@jedi.net Pager: http://www.jedi.net/josh/pager WWW Home Page and Resume: http://www.jedi.net/josh