Re. <<cp: 1.11.1*/install-sh: No such file or directory cp: automake): No such file or directory cp: (GNU: No such file or directory cp: /usr/share/automake-automake: No such file or directory
Can't continue. What should I do?.>> Your autogen.sh probably contains the following lines # automake 1.10 may show '1.10.x' as version while the directory is still named # automake-1.10 am_ver=`automake --version|sed 's/.\+ //; s/\.[^.]\+$//; q'` cp /usr/share/automake-$am_ver*/install-sh $CONFIG_AUX_DIR || exit 1 its failing on the cp, because the sed isn't returning the correct value. # automake 1.10 may show '1.10.x' as version while the directory is still named # automake-1.10 am_ver=`automake --version|sed 's/.\+ //; s/\.[^.]\+$//; q'` cp /opt/local/share/automake-1.13/install-sh $CONFIG_AUX_DIR || exit 1 try amending autogen.sh to point to the directory where automake is installed on your system directly e.g. like above. Paul ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel