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 Delivered-To: mailing list cygwin AT cygwin DOT com From: "Jon Leichter" To: "Robert Collins" Cc: Subject: RE: Potential problems with Cygwin GCC and -mno-cygwin switch Date: Thu, 27 Dec 2001 18:32:59 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <04a701c18f46$8d9db450$0200a8c0@lifelesswks> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Ok... you got me... One problem with cyberspace communication is how two (or more) people can be talking about the same topic but are on different pages (metaphorically, of course)... :) What I was talking about is packages that you download and build yourself, e.g. GNU regex, GNU libtool, GDBM, OpenLDAP: all of these packages configure with a default prefix of /usr/local. I was not talking about pre-packaged Cygwin binaries. And I still claim that even after you install Cygwin packages, they will operate if you relocate the libraries in /usr/lib. This is because the Cygwin binaries depend on DLLs accessible via the PATH, which are NOT relocated from /usr/bin. Jon > -----Original Message----- > From: Robert Collins [mailto:robert DOT collins AT itdomain DOT com DOT au] > Sent: Thursday, December 27, 2001 6:23 PM > To: Jon Leichter > Cc: cygwin AT cygwin DOT com > Subject: Re: Potential problems with Cygwin GCC and -mno-cygwin switch > > ----- Original Message ----- > From: "Jon Leichter" > > Most libraries included with packages install in /usr/local/lib > (opposed to > > /usr/lib). As for libraries that it may depend upon, as long as my GCC > specs > > file knows where to find libraries, I don't see a problem. > > Please check your facts before making assertions. > === > $ ls -lR /usr/local/lib/ > /usr/local/lib/: > total 0 > drwxrwxrwx 2 Administ None 0 Dec 27 22:00 pkgconfig > > /usr/local/lib/pkgconfig: > total 0 > === > > I have nearly every package provided by cygwin installed, and as you can > see, the libraries are not installed in /usr/local/lib. > > Rob > > > -- 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/