X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <03ca01c7e296$3698e4f0$0600a8c0 AT ze4427wm> <06e801c7e29c$38a6a790$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <040701c7e2a7$d4c7ace0$0600a8c0 AT ze4427wm> <051501c7e339$4aeb3cc0$0600a8c0 AT ze4427wm> Subject: RE: REAL Problem building GCC on Cygwin on Vista Date: Mon, 20 Aug 2007 16:20:42 +0100 Message-ID: <07be01c7e33d$abfb45b0$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <051501c7e339$4aeb3cc0$0600a8c0@ze4427wm> 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 On 20 August 2007 15:49, Aaron Gray wrote: >>> On 19 August 2007 20:22, Aaron Gray wrote: >> Now I having a problem with libcpp getting the error :- >> >> checking dependancy style of gcc... >> /usr/src/gcc-4.2.0/libcpp/configure: line 2887: ./depcomp: premission >> denied. > > AFACT this actually looks like a Vista problem. > > I replaced line 2875 with :- > > cat "$am_depcomp" > conftest.dir/depcomp > > from > > cp "$am_depcomp" conftest.dir > > It works fine now with the cat. Hm, that sounds like a file that you have write but not delete permissions to. > Can someone look into this please, Well, just to state the obvious, /you/ would be the most ideally-placed person to do so. I don't even have Vista, so I'm kinda ruled out there, but I'd take a look at the perms and ACLs of conftest.dir and the existing depcomp file in there, using both 'getfacl' to show cygwin's view of the posix-style perms, and 'cacls' to compare with windoze's opinion. BTW, you didn't by any chance use winzip to unpack the tarball did you? 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/