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-Authentication-Warning: atacama.four-d.de: mail set sender to using -f Message-ID: <3E01CD34.4050506@gmx.net> Date: Thu, 19 Dec 2002 14:44:20 +0100 From: Thomas Pfaff User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David K. McAllister" CC: cygwin AT cygwin DOT com Subject: Re: gcc-2 problems References: <33171CC36240D94EAF1FE584B1D14E0A019285AB AT mail-sc-11 DOT nvidia DOT com> In-Reply-To: <33171CC36240D94EAF1FE584B1D14E0A019285AB@mail-sc-11.nvidia.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Instead of renaming the files create links: ln -s gcc-2.exe gcc.exe ln -s g++-2.exe g++.exe ... If your fs is ntfs you can also create hard links Thomas David K. McAllister wrote: > Today I updated my cygwin install for the first time in about three > months. Apparently I unwittingly installed gcc 3.2. Our code base is > staunchly gcc 2.95 for now. I discovered the gcc2 package and installed > it, but of course it's not the default and I can't change our code base > to look at gcc-2. I have to change my local install to work the way it > used to. > > Is there a way to get back to where I was? I've tried uninstalling gcc-3 > and then renaming /usr/bin/*-2.exe to not have the "-2" but I think I'm > missing something. The build breaks in a confusing place and I'm > convinced its because of my compiler woes. > > Could I use an old version of the installer to install gcc-2.95 as "gcc" > instead of "gcc-2"? If so, where would I get the old installer and how > would I make it do the right thing? > > I've searched the mailing lists as best I can back throuh Oct. 15th, but > I haven't found an answer. > > Any help you could give would be, well, helpful. > > Thanks in advance. > > DaveMc > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/