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 13:05:42 -0800 (PST) Organization: http://groups.google.com Lines: 15 Message-ID: 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 1324590548 7376 127.0.0.1 (22 Dec 2011 21:49:08 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 22 Dec 2011 21:49:08 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v14g2000yqh.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: 1705 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 pBMM02ZC019870 Reply-To: djgpp AT delorie DOT com 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