X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Free Programmers" Newsgroups: comp.os.msdos.djgpp References: <3c9651be$1 AT news DOT ptt DOT ru> <3C97130B DOT DE415254 AT irz DOT inf DOT tu-dresden DOT de> Subject: Re: Error during compiling Date: Fri, 22 Mar 2002 09:00:12 +0300 Lines: 43 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 NNTP-Posting-Host: dialup-27074.dialup.ptt.ru X-Original-NNTP-Posting-Host: dialup-27074.dialup.ptt.ru Message-ID: <3c9ac910@news.ptt.ru> X-Trace: news.ptt.ru 1016776976 dialup-27074.dialup.ptt.ru (22 Mar 2002 09:02:56 +0300) Organization: posted via PTT-Teleport ISP, AS6795 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks to all for previous answers. I have next trouble: Error: c:/djgpp/bin/ld.exe: warning: cannot find entry symbol start; defaulting to 000010d0 Error: main.o: In function `main': That my programm: #include int main () { printf ("ddfsdfsd"); return 0; } And that's all! Thanks in advance. Gennadi. > > > Hi, All! > > > > Does anybody know my problem. > > > > When I try complile a my first program (there is a one line is "main () > > {};") my GCC is tell me: > > "gcc.exe: installation problem, cannot exec `as': No such file or directory > > (ENOENT)". > > That is it? > > > > Thank in advance. > > > > Gennadi. > > Check that DJGPPs Environment Path Variable is set correctly and make sure > that it's binary directory ./bin contains as.exe. > >