Date: Mon, 26 Apr 1999 11:24:35 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Fred ---o0o--- cc: djgpp AT delorie DOT com Subject: Re: hard to begin In-Reply-To: <7g0bg5$hek$1@oceanite.cybercable.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 26 Apr 1999, Fred ---o0o--- wrote: > bash$ gcc hello.c > c:/djgpp/bin/ld.exe: warning: cannot find entry symbol start; defaulting > to 00001970 Add -v to the gcc command line, redirect stderr to a file, and post everything that winds up in that file. > SYSROOT=c: Did you set SYSROOT=c: deliberately? If so, why did you need it? I suggest to try without it and see if that helps.