Re: [CMake] Problem compiling clang on cygwin, library prefix mismatch

2014-09-19 Thread Marco Atzeri
On 19/09/2014 11:17, Guilherme wrote: The output i see on the command line is: make[2]: *** No rule to make target 'lib/libLLVMSupport.dll.a', needed by 'bin/cygLLVMLineEditor.dll'. Stop. Well i'm trying to build all as shared. on cygwin, the build system usually produce something like: $ f

Re: [CMake] Problem compiling clang on cygwin, library prefix mismatch

2014-09-19 Thread Nils Gladitz
On 09/19/2014 11:17 AM, Guilherme wrote: The output i see on the command line is: make[2]: *** No rule to make target 'lib/libLLVMSupport.dll.a', needed by 'bin/cygLLVMLineEditor.dll'. Stop. Well i'm trying to build all as shared. So it is correctly looking for the import library libLLVMSupp

Re: [CMake] Problem compiling clang on cygwin, library prefix mismatch

2014-09-19 Thread Guilherme
The output i see on the command line is: make[2]: *** No rule to make target 'lib/libLLVMSupport.dll.a', needed by 'bin/cygLLVMLineEditor.dll'. Stop. Well i'm trying to build all as shared. On Fri, Sep 19, 2014 at 11:07 AM, Nils Gladitz wrote: > On 09/19/2014 10:55 AM, Guilherme wrote: >> >> H

Re: [CMake] Problem compiling clang on cygwin, library prefix mismatch

2014-09-19 Thread Nils Gladitz
On 09/19/2014 10:55 AM, Guilherme wrote: Hello, When generating the cmake file all goes well but during compilation it fails. One of the messages is: Linking CXX shared library ../../bin/cygLLVMSupport.dll Where you can see that it has added the cyg prefix to the generated lib. But all the ot

[CMake] Problem compiling clang on cygwin, library prefix mismatch

2014-09-19 Thread Guilherme
Hello, When generating the cmake file all goes well but during compilation it fails. One of the messages is: Linking CXX shared library ../../bin/cygLLVMSupport.dll Where you can see that it has added the cyg prefix to the generated lib. But all the other targets search for libLLVMSupport.dll,