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
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
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
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
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,