Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 90 by
shat...@gmail.com: shared libraries (.dll) are not built in
MinGW
http://code.google.com/p/ctemplate/issues/detail?id=90
What steps will reproduce the problem?
1. Under MinGW, untar ctemplate and run ./configure
2. make && make install
3. Observe that there's no libctemplate*.dll files installed.
What is the expected output? What do you see instead?
.dll libraries should be built and installed
What version of the product are you using? On what operating system?
ctemplate-2.2
Please provide any additional information below.
libtool doesn't build shared libraries for Windows when -no-undefined
option is not specified. The solution is to add -no-undefined to *_LDFLAGS
variables for libraries in Makefile.am. With the attached patch, dll libs
are built just fine in MinGW.
Attachments:
ctemplate-dll.patch 2.2 KB