cd . && /bin/bash /usr/src/gd-2.0.35/config/missing --run autoconf

chris (2010-12-26 19:50:59)
751 views
0 replies

This cropped up in the Torkalot build, causing the gd compile to fail:

cd . && /bin/bash /usr/src/gd-2.0.35/config/missing --run autoconf

- for some reason the latest gd source bundle is missing the configure.in required for autoconf to do it's stuff. I haven't bothered to figure out if it's the missing configure.in which is the problem or something within autoconf which means it can't proceed whether it needs the file or not.. Either way, just touching a new file in place like this solves the problem:

$ sudo touch configure.in

Of course you should make sure you are in the right directory first and create the file alongside the configure script.

all solved..

christo

Digg it! Submit to Slashdot Add to Blinklist Del.icio.us Add to Newsvine Add to Technorati Add it to Google Bookmarks
comment