<html>
<head>
</head>
<body>
hi,<br>
<br>
well, there is a trick there as Image Magick <br>
builds static libraries by default<br>
and you have to specify "./configure --enable-shared"<br>
to obtain the dynamic libs.<br>
<br>
i don't how to specify this in Fink though.<br>
<br>
cheers,<br>
sevy<br>
<br>
ps : this trick is mentionned in INSTALL instructions<br>
delivered with PiDiP.<br>
<br>
robcanning wrote:<br>
<blockquote type="cite" cite="mid:297B31BA-2596-11D8-8035-000393D2B362@eircom.net">
Hi, <br>
  <br>
thanks for your reply jamie <br>
  <br>
I got rid of everything to do with image magick off my machine and reinstalled
it with fink (<tt>Unpacking imagemagick (from .../imagemagick_5.5.6-2_darwin-powerpc.deb)
... <br>
Setting up imagemagick (5.5.6-2) ...) DONE <br>
  </tt> yet still there is no sign of any file called libMagick-5.5.6-Q16.0.dylib
(orany similar .dylib file) in sw/lib/ or anywhere else, just the files libmagick.a
libmagick.la libmagick++.a libmagick++.la <br>
  <br>
unless anyone has any quick fix brainwaves on this i think i'm going to leave
this one for a while and come back to it when i have a little more time and
experience working with unix type things - all this compiling + makefile
stuff is new to me - i was a windows only user up 'till last week - this
week i have an osx machine and planetCCRMA redhat box! <br>
maybe i shouldn't hope for too much too soon! <br>
  <br>
thanks  <br>
  <br>
Rob <br>
  <br>
++++++++++++++++++++++++++++++++++++++++++++++++++++ <br>
robcanning -  <a class="moz-txt-link-abbreviated" href="http://www.cmc.ie/composers">www.cmc.ie/composers</a> - <a class="moz-txt-link-abbreviated" href="http://www.soundin.org">www.soundin.org</a> <br>
++++++++++++++++++++++++++++++++++++++++++++++++++++ <br>
  <br>
On Sunday, November 30, 2003, at 08:17  PM, <a class="moz-txt-link-abbreviated" href="mailto:tigital@mac.com">tigital@mac.com</a> wrote: <br>
  <br>
  <blockquote>On Sunday, November 30, 2003, at 08:16  AM, robcanning wrote: 
    <br>
    <br>
    <blockquote>Hello, <br>
      <br>
I have used fink to install ImageMagick on OSX 10.2.4 and am trying to install
another piece of software  (PiDiP) which is dependent on libMagick <br>
      <br>
when i try and run this software i get this: <br>
      <br>
dyld: /usr/local/bin/pd can't open library: /usr/local/lib/libMagick-5.5.6-Q16.0.dylib
 (No such file or directory, errno = 2) <br>
      <br>
In FinkCommander   it shows:       current        imagemagick        5.5.6-2 so i presume
it has installed ok. <br>
      <br>
any idea why this file isn't anywhere on my computer? (i have done a search) 
      <br>
      <br>
how can i get this file on my computer? <br>
      </blockquote>
      <br>
...well, the first thing I noticed is that dyld is looking in /usr/local/lib
for libMagick:  this isn't where fink puts it's stuff, it places libraries
in "/sw/lib"...the "...-Q16.0..." also seems to indicate a different version
of libMagick than the one provided in fink:  fink isn't always the most up-to-date,
but it is rather dependable... <br>
      <br>
...also, I assume this is a pre-built version of pidip?  If so, then you
need to install imagemagick in your usr/local/lib (and probably go ahead
and find the actual version that yves' uses)...my recommendation would be
to build pidip yourself (and you'll probably have to modify the makefile
references for libMagick to point to the fink installed one)... <br>
      <br>
good luck! <br>
jamie <br>
      <br>
      <br>
      <br>
      </blockquote>
      <br>
      <br>
++++++++++++++++++++++++++++++++++++++++++++++++++++ <br>
robcanning -  <a class="moz-txt-link-abbreviated" href="http://www.cmc.ie/composers/canning/">www.cmc.ie/composers/canning/</a> - <a class="moz-txt-link-abbreviated" href="http://www.soundin.org">www.soundin.org</a>  <br>
++++++++++++++++++++++++++++++++++++++++++++++++++++ </blockquote>
      <br>
      </body>
      </html>