Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "Guy" Subject: Assembler messaes:FATAL can't create /cygdrive.... Date: Mon, 28 Jul 2003 11:16:20 +0930 Lines: 32 Message-ID: X-Complaints-To: usenet AT main DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 G'day all, I've recently installed cygwin v1.5.0-1 and gcc v3.2.3 on my machine (windows ME) but am having a nightmare getting gcc to work! I was running configure thus sh configure --prefix=c:/fltk-1.1.4/fltk-1.1.4rc1/ and getting... checking for gcc... gcc checking for C compiler default output... configure:error:C compiler cannot create executables. To try to work out what was wrong I wrote a simple hello_world.c program to test things. when I went to compile with gcc -I/syg/usr/include -o hello.o hello_world.c I received the following Assembler messages: Error: can't create /cygdrive/c/TEMP/ccJ6snL.o: No such file or directory I then created the directory /cygdrive/c/TEMP and got Error : can't open /cygdrive/c/TEMP/ccnsEmIl.s for reading : No such file or directory. from all this I gather that when I installed gcc the directory /cygdrive.. should have been created? with some stuff in it. I know f.. all about how the assembler does its stuff! Can anyone tell me where I've stuffed up? Thanks Guy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/