configure script does not check libpng version
Reported by Ian Holmes | September 16th, 2010 @ 04:52 PM
If libpng version is <1.4.0, linking of wig2png fails with
the error message "undefined reference to
png_set_longjmp_fn'"
This could be fixed by updating the autoconf script (configure.in) to check the version of libpng, or (alternatively) to test for "png_set_longjmp_fn" in the AC_SEARCH_LIBS macro, rather than the current test for "png_create_write_struct"
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
AJAX Genome Browser