X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: =?ISO-8859-2?Q?Tomasz_Zbro=BFek?= Newsgroups: comp.os.msdos.djgpp Subject: DXE2 problem with current DJGPP version Date: Mon, 11 Aug 2008 05:59:38 -0700 (PDT) Organization: http://groups.google.com Lines: 26 Message-ID: <0f00ae0d-27d1-4e66-a8a2-e10ed990f00c@x35g2000hsb.googlegroups.com> NNTP-Posting-Host: 89.171.152.82 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1218459578 12449 127.0.0.1 (11 Aug 2008 12:59:38 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 11 Aug 2008 12:59:38 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: x35g2000hsb.googlegroups.com; posting-host=89.171.152.82; posting-account=14SvFAkAAABzPy6gJP2Nv9dHdyM7zegX User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 linux-sien.upos.com.pl:8080 (squid/2.6.STABLE5) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I try to use DXE2 (dxe2_011.zip) with current DJGPP v.2.03 (gcc 4.2.3, ld 2.17, but I have also tried with gcc3.4.4 and ld2.15), I compiled dxe2gen.exe but I have problem with compiling few test programs from dxe2_011.zip package. When compiling statsimp.exe test I get following error: gcc -s -o statsimp.exe statsimp.o libtest1.a libdl.a libtest1.a($$dxe$$.o):fake:(.text+0x14): undefined reference to `Lstubs' libtest1.a($$dxe$$.o):fake:(.text+0x36): undefined reference to `Lstubs' collect2: ld returned 1 exit status make.exe: *** [statsimp.exe] Error 1 Or when I try to make test2.dxe: dxe2gen.exe -o test2.dxe test2.o -U unresolved: true $$dxe$$.o: linker output file has more than one section make.exe: *** [test2.dxe] Error 254 How to solve problem ? or just confirm you have the same errors... -- Best regards tomek