X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Juan Manuel Guerrero Newsgroups: comp.os.msdos.djgpp Subject: Re: dxe3gen r. 1.11 Date: Thu, 22 Dec 2011 15:31:11 -0800 (PST) Organization: http://groups.google.com Lines: 56 Message-ID: <5d46a83e-0ddf-46df-bf8e-5514b4be12e0@s5g2000vbj.googlegroups.com> References: NNTP-Posting-Host: 46.5.198.95 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1324596760 6149 127.0.0.1 (22 Dec 2011 23:32:40 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 22 Dec 2011 23:32:40 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: s5g2000vbj.googlegroups.com; posting-host=46.5.198.95; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Bytes: 2864 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pBMNj2Lw025005 Reply-To: djgpp AT delorie DOT com On 23 Dez., 00:22, Ozkan Sezer wrote: > On Thu, Dec 22, 2011 at 11:05 PM, Juan Manuel Guerrero > > > > > > > > > > wrote: > > On 22 Dez., 21:01, Ozkan Sezer wrote: > >> r1.11 of dxe3gen added a hardcoded lib path /dev/env/DJDIR/lib/libc.a > >> is this intended?  It would just break the tool's ability, if any, to > >> be used in cross-environments. > > >> -- > >> O.S. > > > Yes this is intentional and required to create DXE modules > > created by gcc 4.6.X.  Please try replacing the hardcoded lib > > path with "-lc".  If that works for you send me a patch and > > I will change the code. > > > Regards, > > Juan M. Guerrero > > Unfortunately I don't have access to gcc-4.6.x at the moment, so > I won't be able to test for now. > My remark was just a reminder, though: the tool working ok under > native environment is fine, if it can be made to work everywhere > sometime, even better. > > Regards. > > -- > O.S. I will try to manage for the first time to install a linux to djgpp cross compiler but this may take some time. > My remark was just a reminder, though: the tool working ok under > native environment is fine, if it can be made to work everywhere > sometime, even better. Yes, the tool must work for all environments. I assume that replacing the absolute library path with the -lc string will DTRT in both environments but this must be verified. Regards, Juan M. Guerrero