X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 9 Apr 2002 11:03:10 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Geoff Robinson cc: djgpp AT delorie DOT com Subject: Re: completely stupid, very beginners' linking question In-Reply-To: <978b35e2.0204081024.76081d7@posting.google.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 8 Apr 2002, Geoff Robinson wrote: > gpp -I. -I -o MyProgram.sim MyProgram.o > -Lcompilerpath\lib -ldl -lm > > I'm getting a "cannot execute command" error. Very vague. Please post the exact and full text of the error message. Also, it is not recommended to call your program MyProgram.sim. MyProgram.exe is much better (I think some shells will refuse to run a command which doesn't have a .exe extension).