make check failure - libgd-2.1.0

Issue #101 resolved
Former user created an issue

Running the make check caused an error to be generated.
Not sure if my libgd is good. Please tell me how to fix the problem.

Dwayne

[root@niamsicompute2 libgd-2.1.0]# make check Making check in src make[1]: Entering directory /data/programs/libgd-2.1.0/src' make gifanimtest gd_color_map_test gd2time make[2]: Entering directory/data/programs/libgd-2.1.0/src' make[2]: gd_color_map_test' is up to date. make[2]:gd2time' is up to date. make[2]: Leaving directory /data/programs/libgd-2.1.0/src' make[1]: Leaving directory/data/programs/libgd-2.1.0/src' Making check in config make[1]: Entering directory /data/programs/libgd-2.1.0/config' make[1]: Nothing to be done forcheck'. make[1]: Leaving directory /data/programs/libgd-2.1.0/config' Making check in tests make[1]: Entering directory/data/programs/libgd-2.1.0/tests' make gd2/gd2_empty_file gdimagesetpixel/bug00186 gdimagestringftex/gdimagestringftex_returnfontpathname gdimageline/gdimageline_aa_outofrange gdimagerectangle/bug00003 gdimagerectangle/bug00106_gdimagerectangle gd/gd_null gd/gd_num_colors tga/tga_null gdimagepixelate/gdimagepixelate gdimagecopy/bug00007 gdnewfilectx/gdnewfilectx_null gdimagefilledrectangle/bug00078 gdimagefilledrectangle/bug00004 gdimagefilledrectangle/bug00106_gdimagefilledrectangle gdimagecolordeallocate/gdimagecolordeallocate wbmp/wbmp_null gdimagecolortransparent/gdimagecolortransparent gif/bug00005_2 gif/gif_null gif/bug00181 gif/bug00227 bmp/bmp_null gd2/gd2_null make[2]: Entering directory /data/programs/libgd-2.1.0/tests' make[2]:gd2/gd2_empty_file' is up to date. make[2]: gdimagesetpixel/bug00186' is up to date. make[2]:gdimagestringftex/gdimagestringftex_returnfontpathname' is up to date. make[2]: gdimageline/gdimageline_aa_outofrange' is up to date. make[2]:gdimagerectangle/bug00003' is up to date. make[2]: gdimagerectangle/bug00106_gdimagerectangle' is up to date. make[2]:gd/gd_null' is up to date. make[2]: gd/gd_num_colors' is up to date. make[2]:tga/tga_null' is up to date. make[2]: gdimagepixelate/gdimagepixelate' is up to date. make[2]:gdimagecopy/bug00007' is up to date. make[2]: gdnewfilectx/gdnewfilectx_null' is up to date. make[2]:gdimagefilledrectangle/bug00078' is up to date. make[2]: gdimagefilledrectangle/bug00004' is up to date. make[2]:gdimagefilledrectangle/bug00106_gdimagefilledrectangle' is up to date. make[2]: gdimagecolordeallocate/gdimagecolordeallocate' is up to date. make[2]:wbmp/wbmp_null' is up to date. make[2]: gdimagecolortransparent/gdimagecolortransparent' is up to date. make[2]:gif/bug00005_2' is up to date. make[2]: gif/gif_null' is up to date. /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -fvisibility=hidden -o gif/bug00181 bug00181.o ../src/libgd.la libgdtest.a -lz -lm libtool: link: gcc -std=gnu99 -g -O2 -fvisibility=hidden -o gif/.libs/bug00181 bug00181.o ../src/.libs/libgd.so libgdtest.a -lz -lm -Wl,-rpath -Wl,/usr/local/lib libgdtest.a(gdtest.o): In functiongdTestImageCompareToImage': /home/programs/libgd-2.1.0/tests/gdtest/gdtest.c:169: undefined reference to gdImagePng' /home/programs/libgd-2.1.0/tests/gdtest/gdtest.c:174: undefined reference togdImagePng' libgdtest.a(gdtest.o): In function gdTestImageFromPng': /home/programs/libgd-2.1.0/tests/gdtest/gdtest.c:30: undefined reference togdImageCreateFromPng' collect2: ld returned 1 exit status make[2]: [gif/bug00181] Error 1 make[2]: Leaving directory /data/programs/libgd-2.1.0/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory/data/programs/libgd-2.1.0/tests' make: [check-recursive] Error 1

Comments (1)

  1. Log in to comment