Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Delivered-To: mailing list cygwin@sources.redhat.com Message-ID: <3A155801.CD0C4C73@redhat.com> Date: Fri, 17 Nov 2000 17:08:33 +0100 From: Corinna Vinschen Reply-To: cygwin X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.14-SMP i686) X-Accept-Language: de, en MIME-Version: 1.0 To: cygwin Subject: Re: OpenGL packaging References: <4.3.2.7.0.20001117102822.00b09f10@courriel.polymtl.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Andre Bleau wrote: > > Earnie Boyd wrote: > > >It is currently --prefix=/usr/local (this is the default for configure). All > >packages distributed via setup need to be `configure --prefix=/usr'. If I may jump in here. The complete configure should at least set --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/sbin The rest is typically automagically correct. However, it would be nice to check if the local state directory is configured as well: --localstatedir=/var Some packages don't know that setting then it's all one of course. > If I take the > /usr/include/GL spot for the Win32/OpenGL package, my include files will be > used independently of -I options, as files in /usr/include have priority > over those in directories specified by -I; that would make life harder for Nope. From `info gcc': `-IDIR' Add the directory DIR to the head of the list of directories to be searched for header files. This can be used to override a system header file, substituting your own version, since these directories are searched before the system header file directories. If you use more than one `-I' option, the directories are scanned in left-to-right order; the standard system directories come after. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin@sources.redhat.com Red Hat, Inc. mailto:vinschen@redhat.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com