On Sep 21, 2015, at 5:10 AM, Nick Kennedy <dr.nick.kenn...@gmail.com> wrote:
> 
> running 'cmake .’

What happens if you use a separate build directory instead?

    mkdir build
    cd build
    cmake ..

Are you trying to build something publicly-available, which we can all test?  I 
just built yasm via cmake under Cygwin 64 2.1.1 on Windows 10, and it worked 
just fine.

    http://yasm.tortall.net/

The resulting binary doesn’t run correctly for some kind of linking issue, but 
I don’t think that’s cmake’s fault.

Careful: yasm has both autotools and cmake based build systems.  I built it 
using the first set of commands above.
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to