I just reproduced in a clean new jaunty up-to-date vm.
sudo apt-get install subversion
svn co svn://svn.gnome.org/svn/gtk+/trunk gtk+ && cd gtk+
sudo apt-get install --without-recommends build-essential libtool gtk-doc-tools autoconf automake1.7 libglib2.0-dev libatk1.0-dev libpango1.0-dev libcairo2-dev
# --help is to disable the configure run
./autogen --help
mkdir build && cd build
../configure --without-libtiff --without-libjasper
make
This fails with:
...
/usr/bin/ld:.libs/libgdk_pixbuf-2.0.ver:2: ignoring invalid character `\001' in script
/usr/bin/ld:.libs/libgdk_pixbuf-2.0.ver:2: syntax error in VERSION script
and indeed the build/ libtool as odd characters in it. Note that the libtool script is fine after "configure" and is also fine if one reruns config.status.
This is regular jaunty so /bin/sh is dash and the above is run under bash.
I just reproduced in a clean new jaunty up-to-date vm.
sudo apt-get install subversion gnome.org/ svn/gtk+ /trunk gtk+ && cd gtk+ recommends build-essential libtool gtk-doc-tools autoconf automake1.7 libglib2.0-dev libatk1.0-dev libpango1.0-dev libcairo2-dev
svn co svn://svn.
sudo apt-get install --without-
# --help is to disable the configure run
./autogen --help
mkdir build && cd build
../configure --without-libtiff --without-libjasper
make
This fails with: ld:.libs/ libgdk_ pixbuf- 2.0.ver: 2: ignoring invalid character `\001' in script ld:.libs/ libgdk_ pixbuf- 2.0.ver: 2: syntax error in VERSION script
...
/usr/bin/
/usr/bin/
and indeed the build/ libtool as odd characters in it. Note that the libtool script is fine after "configure" and is also fine if one reruns config.status.
This is regular jaunty so /bin/sh is dash and the above is run under bash.
Bye,