Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <3AB4DBCC.ED1CD2E1@ece.gatech.edu> Date: Sun, 18 Mar 2001 11:01:16 -0500 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Earnie Boyd , cygwin-apps AT cygwin DOT com CC: Kees Zeelenberg , Paul Sokolovsky , Tor Lillqvist Subject: Re: [Mingw-users] HOWTO setup cygwin's 'gcc -mno-cygwin' using mingw libs/headers References: <15027 DOT 46975 DOT 145000 DOT 34493 AT gargle DOT gargle DOT HOWL> <754 DOT 010318 AT is DOT lg DOT ua> <000701c0af88$54b169a0$2d2dfb3e AT beta> <3AB4D767 DOT FD0BC764 AT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Earnie Boyd wrote: > If any library that is downloaded from the Cygwin official site also has > MinGW libraries then those libraries should go into /usr/lib/mingw/. I don't think this will happen -- Chris seems opposed to increasing the size of "standard cygwin" packages by including mingw libs/binaries that most cygwin users won't use. (And the truth is, I don't particularly WANT to do extra work packing up my cygwin ports of various libs... :-) > Libraries not on the official site that also include MinGW libraries > should go into the /usr/local/lib/mingw/ directory. GCC-2.95.2-9 has > been renovated to fit this model. How has -9 been renovated? Does it include /usr/local/lib/mingw as a system directory when -mno-cygwin? Next, what about dll's -- should they go into /usr/local/bin/mingw or just /usr/local/bin (for $PATH reasons; also, recall that cygwin dll's are prefixed by 'cyg' and mingw libs are not.)? Finally, includes -- /usr/local/include/mingw? > Now, if the library package also contains binaries, such as the gettext > library package; IMO, the MinGW binaries should *not* be distributed in > the Cygwin package unless you distribute a different package for the > MinGW specific libraries. If that is the case, the current MinGW > standard is to --prefix=/mingw when configuring the package. I package > the tarball at the bottom most level so that it contains only the base > level directories. However, IMO MinGW specific packages should not be > distributed from the Cygwin net distribution. agreed. --Chuck