got these instruction from Randall Cox
http://homepage.mac.com/xports/

Porter: Randal Cox
Status:         Successful
How To: Slightly complicated install.
Become root. Decompress the archive, cd into it, then type
Edit Makefile.PL and make these changes
add -I/usr/include to the @INC line,
add -L/usr/lib to the LIBPATH line
perl Makefile.PL(answer y, n, n)
make(bails with a ranlib error)
ranlib /usr/local/lib/*.a(update the static libraries)
make(works fine this time)
make test(no errors) # got some errors on iMac but all works???
make install

- hcir

> [SORRY IF THIS IS A REPEAT]
>
> I recently installed Perl 5.8.0 onto Mac 10.2
> I am using Fink to provide the GD 1.8.4-11 and freetype 1.3.1-6 
> libraries.
> I downloaded GD-1.33 and modified the Makefile.PL to include the /sw 
> libraries
> I did have GD installed this way with 5.6.0.....
>
> I now getting this error.  Anyone have any ideas?  Below is output
> from the Makefile.pl and subsequent 'make'
>

Reply via email to