On Wed, 2011-03-23 at 22:12 +0100, marco atzeri wrote: > I am trying to respin lapack but seems that cygport become too smart > in the mean time.
Since 0.9.85, cygport moves "deep non-module libtool library" DLLs into /usr/bin. For example, mysql's libs install into /usr/lib/mysql; previously, the DLLs would land in /usr/lib/mysql/../bin (IOW /usr/lib/bin, which is bogus), from which they would have to be moved manually. Now cygport makes sure that they land in /usr/bin where they must be on Cygwin. > To move the dll's from /usr/bin to /usr/lib/lapack I was using: [snip] > but now if I move the dll's, cygport goes mad and installation fails. > Suggestions ? Don't move the DLLs? Yaakov Cygwin Ports ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
