RE: More Imagemagick/Perlmagick Issues

2003-07-25 Thread Bill McCormick
> You need to rebase all of your Cygwin DLL's. If you haven't > already got the > 'rebase' package installed, install it (via setup.exe) and read > the README in > /usr/doc/Cygwin/rebase*.README . Make sure to shut down all > Cygwin processes > (including services started via cygrunsrv) before runn

Re: More Imagemagick/Perlmagick Issues

2003-07-24 Thread Elfyn McBratney
On Fri, 25 Jul 2003, Bill McCormick wrote: > Hello, > > I'm trying to install the perl mod Image-Magick-Thumbnail-0.01 ... > > [EMAIL PROTECTED]/usr/src/ImageMagick-5.5.7/Image-Magick-Thumbnail-0.01 > $ perl Makefile.PL > C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygjpeg6b.dll to

More Imagemagick/Perlmagick Issues

2003-07-24 Thread Bill McCormick
Hello, I'm trying to install the perl mod Image-Magick-Thumbnail-0.01 ... [EMAIL PROTECTED]/usr/src/ImageMagick-5.5.7/Image-Magick-Thumbnail-0.01 $ perl Makefile.PL C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygjpeg6b.dll to same address as parent(0xB4) != 0xB5 9 [mai

RE: ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
>From a cygwin list post: You wrote ... > This looks weird: > >'LIBS' => ['-L/usr/local/lib -lMagick -L/usr/X11R6/lib \ > -L/usr/X11R6/lib -L/usr/lib -L/lib -ljbig \ > -ltiff -lfreetype -ljpeg -lpng -ldpstk \ > -ldps -lXext

Re: ImageMagick/PerlMagick

2003-07-23 Thread Gerrit P. Haase
Hallo Bill, Am Mittwoch, 23. Juli 2003 um 09:55 schriebst du: > The saga continues ... > Exerpt from my \usr\src\ImageMagick-5.5.7\PerlMagick\README.txt: > Next, edit Makefile.PL and change LIBS and INC to include the This looks weird: 'LIBS' => ['-L/usr/local/lib -lMagick -L/usr

RE: ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
> Please provide the output of perl Makefile.PL. See my next post. > > Then look into Makefile.PL, there needs to be a reference to asll the > IM libraries that needs to be on the link line when building the > module for Perl. > Ditto. --- Outgoing mail is certified Virus Free. Checked by AVG

Re: ImageMagick/PerlMagick

2003-07-23 Thread Gerrit P. Haase
Hallo Bill, Am Mittwoch, 23. Juli 2003 um 08:29 schriebst du: [...] > Seems to be a missing lib or path to find it. > Takers? Please provide the output of perl Makefile.PL. Then look into Makefile.PL, there needs to be a reference to asll the IM libraries that needs to be on the link line when

RE: ImageMagick/PerlMagick

2003-07-23 Thread Bill McCormick
The saga continues ... Exerpt from my \usr\src\ImageMagick-5.5.7\PerlMagick\README.txt: Next, edit Makefile.PL and change LIBS and INC to include the appropriate path information to the required libMagick library. You will also need library search paths (-L) to JPEG, PNG, TIFF, et

ImageMagick/PerlMagick

2003-07-22 Thread Bill McCormick
When last we left our valiant hero, he was finally able to get ImageMagic to config w/ jpeg. Although the support for EXIF seemed to still be missing something, he compiled ImageMagick and trudged on to the next step in his quest... PerlMagick. Issuing the 'perl Makefile.PL' command, his confidenc