X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <0F055DC015B03348AFBE018C85F01EB84EACA7B045 AT MILLS DOT medewerker DOT fontys DOT local> Subject: RE: Problem using Cygwin with SubVersion Date: Wed, 8 Oct 2008 09:18:28 +0100 Message-ID: <029801c9291e$71b86f40$9601a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <0F055DC015B03348AFBE018C85F01EB84EACA7B045@MILLS.medewerker.fontys.local> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Verkooijen,Joost J.W. wrote on 08 October 2008 08:52: > Hello, > > I installed Cygwin on my PC and it works fine. After the installation I > committed the files to my SVN repository. I downloaded the files at > another PC and tried to run the following command 'gcc -o test.o test.c'. > It returns the error: > > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe: > /usr/li > b/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe: cannot > execute binary file > > When I use the same command at my PC where I originally installed Cygwin > there are no errors returned. > > Both PCs run Windows XP SP3. Please can you help me? I don't know what > the problem is. Probably your .exes lost the -x permission bit. You need to make sure they get the svn:executable property when you commit them for preference, but you can also go back and add it later. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/