Project

General

Profile

Feature #145

Updated by Michael Onken almost 11 years ago

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

Back