Search found 3 matches

by sol
2013-07-06T20:08:18-07:00
Forum: Developers
Topic: static linking Magick++ executable
Replies: 2
Views: 4063

Re: static linking Magick++ executable

...okay please please maybe an answer to this... ...a simplified version of the original question : ok i have the shared libraries in my installation of Image Magick, and i am using them successfully in a compiled Magick++ program that i am writing that draws pictures. no problem. but... what is the ...
by sol
2013-07-04T23:35:17-07:00
Forum: Developers
Topic: static linking Magick++ executable
Replies: 2
Views: 4063

Re: static linking Magick++ executable

...well i can run it with the right libraries using:

/lib64/ld-2.12.so --library-path ../../local/lib ./program

...would be good to know about the static libraries though...
by sol
2013-07-03T22:28:11-07:00
Forum: Developers
Topic: static linking Magick++ executable
Replies: 2
Views: 4063

static linking Magick++ executable

hi, after compiling a very simple, first time Magick++ application with an installation of ImageMagick that i have installed in my home directory on a server that i do not have root access to, i find that the libraries cannot be found at run time, and messing around with ldconfig, using local cache ...