David Rothenberger wrote: > Doru Carastan wrote: > [snip] >> I would like to ask the list how to configure the cygwin DLL to have >> 'make install' create a tree similar to the one stored in the binary >> distribution tar file: > [snip] > > Gerrit recently posted a script that I've been using for building from > CVS. The produces a tree like you desire. I'm not sure whether it's > the configure switches or the vars passed to 'make install', but it > works.
Specifically, it's the "make install tooldir=foo". > See <http://www.cygwin.com/ml/cygwin/2003-07/msg01316.html>. Looking at this, I've noticed that it contains a difference from the standard release tarballs: It overwrites libc and libm with symlinks to libcygwin. The official releases do not do this. (For the exact build machinery used for official releases, see mknetrel, in the cygwin-apps cvs repo). Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/