X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: fausto_barbuto AT yahoo DOT ca Newsgroups: comp.os.msdos.djgpp Subject: g77 Date: 31 Jan 2006 16:07:46 -0800 Organization: http://groups.google.com Lines: 42 Message-ID: <1138752466.124254.232930@g47g2000cwa.googlegroups.com> NNTP-Posting-Host: 128.144.90.89 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1138752472 6841 127.0.0.1 (1 Feb 2006 00:07:52 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 1 Feb 2006 00:07:52 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=128.144.90.89; posting-account=wxNwlA0AAAD5JAYeY227xQXImg3FtEOL To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, Which g77 binary works with GCC 4.0.1? I have 3.4.4 installed and I've had problems with it. Here there are the error messages: E:\UserData\Programs\Fortran>g77 -o t.exe 1000d.for d:/program files/djgpp/lib/crt0.o:crt0.s:(.data+0xc6): undefined reference to `end' d:/program files/djgpp/lib/libc.a(exit.o):exit.c:(.text+0x33): undefined reference to `djgpp_last_dtor' d:/program files/djgpp/lib/libc.a(exit.o):exit.c:(.text+0x38): undefined reference to `djgpp_first_dtor' d:/program files/djgpp/lib/libc.a(exit.o):exit.c:(.text+0x49): undefined reference to `djgpp_first_dtor' d:/program files/djgpp/lib/libc.a(dpmiexcp.o):dpmiexcp.c:(.text+0x1d6): undefined reference to `end' d:/program files/djgpp/lib/libc.a(dpmiexcp.o):dpmiexcp.c:(.text+0x5d2): undefined reference to `end' d:/program files/djgpp/lib/libc.a(dpmiexcp.o):dpmiexcp.c:(.text+0xb24): undefined reference to `end' d:/program files/djgpp/lib/libc.a(_main.o):_main.c:(.text+0x1a): undefined reference to `djgpp_last_ctor' d:/program files/djgpp/lib/libc.a(_main.o):_main.c:(.text+0x1f): undefined reference to `djgpp_first_ctor' d:/program files/djgpp/lib/libc.a(_main.o):_main.c:(.text+0x2f): undefined reference to `djgpp_first_ctor' What is that? All libs seem to be there. Any help will be very welcome. ---Fausto