Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <512EBEF97F02D311B89900A0C9D1776009D8A3@thor.operations.bluestone.com> From: "Halim, Salman" To: cygwin AT sourceware DOT cygnus DOT com Subject: newbie question (about compiling) Date: Wed, 26 Jan 2000 14:05:42 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" hi, i have a simple program called renumber.c (is attached; the unzipped version is 4k) which i am trying to compile as follows: gcc -I /proggies/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/include renumber.c i get the following message: /proggies/cygnus/CYGWIN~1/H-I586~1/i586-cygwin32/bin/ld: cannot open c:proggiesc ygnusCYGWIN~1H-I586~1bin..libgcc-libi586-cygwin32egcs-2.91.57........i586-cy gwin 32libcrt0.o: No such file or directory collect2: ld returned 1 exit status i changed the include path to /proggies/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/include/mingw32 and got the same results. can anybody help? (i could rewrite the renumber program in java, but i would like to get the compilation working.) i apologize if this is not the correct forum for this question as this question has less to do with cygwin (i believe) and more to do with my inexperience with c compilation on unix in general. i appreciate any responses. thank you, salman. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com