Search found 3 matches

by f.rupcich
Thu, 2019-10-10, 00:15
Forum: DCMTK - General
Topic: Static linking an c++ application with DCMTK
Replies: 11
Views: 13536

Re: Static linking an c++ application with DCMTK

An update - we got our application to compile after doing the following Ran the command “apt list --installed” to see all of the installed packages on my machine Located the ICU libraries. There were two of them installed, named “libicu-dev” and “libicu55”. I uninstalled the “libicu-dev” library usi...
by f.rupcich
Tue, 2019-10-08, 17:11
Forum: DCMTK - General
Topic: Static linking an c++ application with DCMTK
Replies: 11
Views: 13536

Re: Static linking an c++ application with DCMTK

Jan - thanks for the response. One thing I wanted to clarify was the errors did not occur during building of dcmtk itself - dcmtk builds just fine without issues. The error occur when building my application and linking to dcmtk. Sorry for the confusion. In any case - I'll try some of your suggestio...
by f.rupcich
Tue, 2019-10-08, 01:50
Forum: DCMTK - General
Topic: Static linking an c++ application with DCMTK
Replies: 11
Views: 13536

Re: Static linking an c++ application with DCMTK

Hello, I am having a very similar issue as to the original poster of this topic. In short, building dcmtk on Ubuntu 16.04 results in the below errors: ofchrenc.cc:(.text+0xd07): undefined reference to `ucnv_open_55' ofchrenc.cc:(.text+0xd27): undefined reference to `UCNV_TO_U_CALLBACK_STOP_55' ofchr...