Search found 1 match

by seaperl
2014-04-05T14:55:54-07:00
Forum: Magick++
Topic: Compiling in Ubuntu 12.04.1
Replies: 2
Views: 15024

Re: Compiling in Ubuntu 12.04.1

I'm having a similiar problem installing imagemagick. Ran:
./configure --with-perl
But got error when I run "make install":
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status

Tried: ./configure --with-libstdc=-L/usr/lib/perl5 --with-perl
But doesn't seem to have an impact and it's ...