Hi. Just installed gd 2.0.x on a linux box and went to recompile php with that lib and keep getting errors about bad references to gif stuff in the gd lib. This is the first time i have installed PHP with the bundled gd and NOT used the bundled lib. Why is php trying to build in gif stuff with the 2.0 gd lib? Anything I can throw at the configure line to stop it all. I have jpeg, freetype, png zlib and all that stuff compiled into my gd lib and that's why I want to use it. The configure line works fine and the config reports all the stuff I want but when I run make I get errors about gif references in the GD lib. I have removed all the gd.h files on my system except for the one I have just installed and the bundled on in the PHP source tree. What gives?