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

Marco Atzeri marco.atzeri at gmail.com
Fri Sep 19 05:25:38 EDT 2014


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:

$ find . -name "*dll*"
./cygqhull-6.dll
./cygqhull_p-6.dll
./libqhull.dll.a
./libqhull_p.dll.a


the import library is called libXXXX.dll.a
while the shared is cygXXXXX.dll

Regards
Marco


More information about the CMake mailing list