Actions
Feature #145
closeduse GNU libtool for compiling if present on machine
Status:
Rejected
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Module:
all
Operating System:
Compiler:
Description
GNU libtool seems to be a reasonable approach to cope with the
different compiler and linker flags needed to create shared vs. static
libraries on systems supporting these.
Since we already have a configure test for GNU libtool anyway,
we should rework our makefiles to recognize and use GNU libtool if present.
It might also be possible to include the complete libtool into DCMTK's
config and have it configured (built) before dcmtk; however, I need to
check the license first. We don't want DCMTK to get under GPL.
==== Kommentar JR ====
siehe auch Mails von Juergen Salk vom November 2004
Updated by Michael Onken almost 11 years ago
- Description updated (diff)
- Private changed from No to Yes
Updated by Marco Eichelberg over 8 years ago
- Status changed from New to Rejected
Meanwhile CMake can be used to compile DCMTK with shared libraries; no need anymore to support GNU libtool. Won't implement.
Actions