From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26100 invoked by alias); 14 Dec 2001 15:27:30 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 25942 invoked from network); 14 Dec 2001 15:26:09 -0000 From: "HuangQiang" To: "Source Navigator" Subject: Can't build the application Date: Tue, 27 Nov 2001 05:47:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-SW-Source: 2001-q4/txt/msg00048.txt.bz2 I tried to build the application using SN, I got the error message output: gcc -o hello.exe gcc: No input files make: ***[hello.exe] Error 1 ++++End++++ Detail: OS: win2000 cygwin SN 5.0 hello.c: void main(void){ printf("Hello World!");} hello project I tried the gcc -o hello.exe in the cygwin it also told me there is some input file needed. The correct form should be like: gcc hello.c -o hello.exe ( why the SN generate such command: gcc -o hello.exe ?) Thanks for your help Best regards! james From mboxrd@z Thu Jan 1 00:00:00 1970 From: "HuangQiang" To: "Source Navigator" Subject: Can't build the application Date: Fri, 14 Dec 2001 07:27:00 -0000 Message-ID: X-SW-Source: 2001-q4/msg00074.html Message-ID: <20011214072700.bj_JpIeT4QZ4CPV6N1DBdVo1aEeCTCqjD73HaZv3dy0@z> I tried to build the application using SN, I got the error message output: gcc -o hello.exe gcc: No input files make: ***[hello.exe] Error 1 ++++End++++ Detail: OS: win2000 cygwin SN 5.0 hello.c: void main(void){ printf("Hello World!");} hello project I tried the gcc -o hello.exe in the cygwin it also told me there is some input file needed. The correct form should be like: gcc hello.c -o hello.exe ( why the SN generate such command: gcc -o hello.exe ?) Thanks for your help Best regards! james