Search found 2 matches

by lbiedrycki
Sun, 2006-05-07, 00:30
Forum: DCMTK - Installation
Topic: "undefined reference" problem
Replies: 4
Views: 11056

Ok, I'm sorry.. the solution was linking libraries in write order... It is solved then. :]
by lbiedrycki
Sun, 2006-05-07, 00:15
Forum: DCMTK - Installation
Topic: "undefined reference" problem
Replies: 4
Views: 11056

"undefined reference" problem

Hi, I've got this "undefined reference" problem while I'm trying to compile this small program: #include<dcmtk/config/osconfig.h> #include<dcmtk/dcmimgle/dcmimage.h> int main(int argc, char* argv[]){ DicomImage *im = new DicomImage(argv[1]); return 0; } And result of compiling looks like t...