X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: rugxulo AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: DXE module problem Date: Tue, 31 Jul 2012 04:37:32 -0700 (PDT) Organization: http://groups.google.com Lines: 23 Message-ID: <698fc05e-ce60-47e5-a799-ae9566321eba@googlegroups.com> References: <500f0480$0$3603$6e1ede2f AT read DOT cnntp DOT org> <5012e077$0$3604$6e1ede2f AT read DOT cnntp DOT org> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1343734653 20622 127.0.0.1 (31 Jul 2012 11:37:33 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 31 Jul 2012 11:37:33 +0000 (UTC) In-Reply-To: <5012e077$0$3604$6e1ede2f@read.cnntp.org> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 Bytes: 1805 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Friday, July 27, 2012 1:39:45 PM UTC-5, Jens Kallup wrote: > > I have try out the ELF patch - but it would not work. > > install + compile of the test programs will be fine, > > but when I try to execute it, the message: > > libgcc_s.so: cannot load shared object. > > is display, and the command prompt returns. > > I have read the README and set LD_LIBRARY_PATH to > > c:\djgpp\ > > but no success. > > what can I try to start/use the lib? Perhaps your LD_LIBRARY_PATH must point to "c:\djgpp\elf" instead. Try that. According to my GCC.BAT setup file, it seemed to work for me (e.g. my unofficial Regina build, see FreeDOS section on iBiblio).