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

Re: Problem compiling cygwin-1.3.18


On Thu, 9 Jan 2003, Yann Crausaz wrote:

> Hello,
> I'm trying to compile cygwin-1.3.18/ (extracted from cygwin-1.3.18-1-src.tar.bz2)
> : I've made a './configure', then a 'make', and I get the following error
> :
> configure: error: can not find install-sh or install.sh in .. ./..
> Here is a output sample for cygcheck -s :
> [cygcheck -s output snipped]
> What am I doing wrong ?
> Thanks in advance !
> Yann

Yann,

The cygwin source tarballs are mostly for reference.  They are really not
designed to be compiled OOTB.  Your best bet is to compile out of CVS.
However, if you really need to use a source tarball, here's a way I
compiled from source tarballs in the past:

You'll need to install the source of the corresponding version of the
w32api package.  You'll then need to make a symlink in the winsup
subdirectory of the cygwin source:

$ cd /usr/src/cygwin-VERSION/winsup && ln -s ../../w32api-VERSION ./w32api

After that, read <http://cygwin.com/faq/faq.html#SEC103> for instructions
on how to build the dll (I used a 'build' subdirectory under the source
directory instead of '/obj').

Hope this helps.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune


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