in reply to Re^2: found gd.h header file in /usr/includegd.h
in thread found gd.h header file in /usr/includegd.h

any help please?

http://cpansearch.perl.org/src/LDS/GD-2.46/README.unix

Bug #54366 for GD: Multiple gd.h warning

Start compiling stuff yourself (http://cpansearch.perl.org/src/LDS/GD-2.46/README), or start reporting bugs to your friendly neighborhood packager :)

  • Comment on Re^3: found gd.h header file in /usr/includegd.h

Replies are listed 'Best First'.
Re^4: found gd.h header file in /usr/includegd.h
by compused (Acolyte) on Feb 29, 2012 at 14:13 UTC

    thanks AM. This advice has so far solved the /usr/includegd.h mystery, which seems to have been caused by a symlink in /usr to /opt/include (ie where gd.h resides), but has not yet solved the GD.t test failure.

    make test PERL_DL_NONLAZY=1 /share/MD0_DATA/.qpkg/Optware/bin/perl "-MExtUtils:: +Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/GD.t ........ Testing using png support. t/GD.t ........ Failed 11/12 subtests t/Polyline.t .. ok

    I will try emailing the module director as you suggest