This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to configure Cygwin to install into /usr/{lib,bin,inlcude}?


On Tue, Aug 08, 2000 at 01:14:36PM -0400, Charles Wilson wrote:
>Andrej Borsenkow wrote:
>> 
>> I configure cygwin checked out from CVS with configure --prefix=/usr (where
>> configure was te top-level one in src directory). But it still installs into
>> /usr/i686-pc-cygwin. How should I configure to put it in correct location?
>> 
>> -andrej
>> 
>> Have a nice DOS!
>> B >>
>
>I use this script, based on one that Chris posted on cygwin-developers:
>
>#!/bin/sh -x
>export src=/usr/src/cygwin/src
>export inst=/usr/src/cygwin/inst
>export CC_FOR_TARGET=/usr/bin/gcc
>export CXX_FOR_TARGET=/usr/bin/c++
>$src/configure --host=i686-pc-cygwin \
>  --target=i686-pc-cygwin --enable-haifa --prefix=/usr \
>  --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib \
>  --includedir=/nonexistent/include
>make CFLAGS=-O2 tooldir=/usr
>make install prefix=$inst/usr exec_prefix=$inst/usr \   
>   bindir=$inst/usr/bin libdir=$inst/usr/lib \
>   sysconfdir=$inst/etc includedir=$inst/usr/include \
>   tooldir=$inst/usr

These days, I have a much more complicated 'mknetrel' script which I'll someday put
into CVS.

I have to gird myself to support one more thing first.  I don't have enough medication
for that yet.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]