This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: Re: how to compile cygwin from sources in cygwin(win 7)?


----- Original Message -----
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: how to compile cygwin from sources in cygwin(win 7)?
Date: 2016-07-04 22:39

I configured like this:
mkdir /oss/src
mkdir /oss/build
mkdir /oss/install 
cd build
/oss/src/configure --prefix=/oss/install

make >& make.out
make install > install.log 2>&1

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