[PHP-DEV] Some trouble with pdflib From: Mathieu Kooiman (ggInternet) (caps <email protected>)
Date: 10/13/00

Hiya Uwe,

I found some trouble in configure regarding to libpdf,
When it tries to verify that libpdf indeed is working right;

int main (void) {
        PHP_show_boxed();
}

it tries to compile it with -ljpeg -ltiff -lpng
is this really neccesary? also, this being hardcoded in doesn't
seem like a good thing, its possible for a user not to have
libtiff or libjpeg..
BTW: these libs are not needed to compile above example..

--CaPS

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>