Date: Sun, 20 May 2001 18:45:18 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com, Charles Sandmann Subject: Re: Fileutils 4.0 and symlinks In-Reply-To: <3B07CA85.7DDE69D5@phekda.freeserve.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 20 May 2001, Richard Dawe wrote: > c:/djgpp/lib/gcc-lib/djgpp/2.953/collect2.exe -o conftest > -Lc:/develop/djgpp/lib -Lc:/djgpp/lib -Lc:/djgpp/lib/gcc-lib/djgpp/2.953 > -Lc:/djgpp/bin -Lc:/djgpp/lib c:\temp\cczt5zN3.o -lc -Tdjgpp.djl > c:/djgpp/bin/ld.exe: warning: cannot find entry symbol start; defaulting > to 000010a8 > c:/djgpp/bin/stubify.exe -v conftest > stubify for djgpp V2.X executables, Copyright (C) 1995 DJ Delorie > stubify: conftest -> conftest.exe > ---End config.log extract--- > > "c:/djgpp/bin/ld.exe: warning: cannot find entry symbol start; defaulting > to 000010a8" is the key, I think. Yes. And the reason for that is that the above collect2 command shows that crt0.o is not being linked into the program. Thanks for working on this.