X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <49B071B0.6000803@gmail.com> Date: Fri, 06 Mar 2009 00:43:28 +0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Heads Up - Misplaced files in wrong directory References: <49B03BB1 DOT 4030503 AT columbus DOT rr DOT com> In-Reply-To: <49B03BB1.4030503@columbus.rr.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Paul McFerrin wrote: > Within the past 48 hours, I completely loaded a fresh node for cygwin > 1.7. When I finished, I noticed the following files in directory > /etc/postinstall: > > -rw-rw-rw- 1 paul None 69347 Jun 4 2005 > gcc-mingw-core-3.4.4-20050522-1.tgz > -rw-rw-rw- 1 paul None 1964271 Jun 4 2005 > gcc-mingw-g++-3.4.4-20050522-1.tgz > > To my knowledge, I did not download anything with "mingw" in its name. You get the mingw compiler automatically along with the main compiler, it's part of the "-mno-cygwin" support. > In any case, I think it was a package effort going hay-wired! No, this is a quirk but it's how those packages are supposed to work. Unusually, they have postinstall tarballs, and postinstall scripts that unpack and install them; take a look at e.g. /etc/postinstall/gcc-mingw-core.sh.done if you want to see how it works. Since the whole thing's being obsoleted and replaced in any case, I've not troubled to rewrite the whole process. It just works. cheers, DaveK -- 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/