----- Original Message -----
> From: Leonardo M. Ramé <martinr...@yahoo.com> > To: "pbe...@mail.ibphoenix.com" <pbe...@mail.ibphoenix.com>; > "firebird-devel@lists.sourceforge.net" > <firebird-devel@lists.sourceforge.net>; For discussion among Firebird > Developers <firebird-devel@lists.sourceforge.net> > Cc: > Sent: Monday, July 1, 2013 9:12 AM > Subject: Re: [Firebird-devel] fbintl.conf > > ----- Original Message ----- > >> From: Paul Beach <pbe...@ibphoenix.com> >> To: firebird-devel@lists.sourceforge.net >> Cc: >> Sent: Monday, July 1, 2013 8:58 AM >> Subject: Re: [Firebird-devel] fbintl.conf >> >> 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 >> > > Thanks Paul, I just had to replace /usr/share/autogen... to > /usr/local/share/autogen-... > Using this configuration: ./configure --without-system-icu --without-editline and gmake -C gen firebird It was compiling for about half an hour, and ended with this error: ... gmake -j1 -f ../gen/Makefile.inet_server gmake[1]: se ingresa al directorio `/usr/home/martin/desarrollo/firebird-2.5/gen' g++ -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan -I../extern/icu/source/common -I../extern/icu/source/i18n -O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC -D_THREAD_SAFE -pthread -c ../src/remote/server_stub.cpp -o ../temp/std/remote/server_stub.o g++ -Wl,--version-script,../builds/posix/empty.vers -D_THREAD_SAFE -pthread -Wl,-rpath,/usr/local/firebird/lib -Wl,-rpath,/usr/local/firebird/intl -Wl,-rpath,../gen/firebird/lib ../temp/std/remote/server_stub.o -o ../gen/firebird/bin/fb_inet_server -L../gen/firebird/lib -lfbembed -lm /usr/bin/ld: ../gen/firebird/bin/fb_inet_server: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO /usr/bin/ld: final link failed: Nonrepresentable section on output gmake[1]: *** [../gen/firebird/bin/fb_inet_server] Error 1 gmake[1]: se sale del directorio `/usr/home/martin/desarrollo/firebird-2.5/gen' gmake: *** [inet_server] Error 2 gmake: se sale del directorio `/usr/home/martin/desarrollo/firebird-2.5/gen' How can I fix it?. Leonardo M. Ramé http://leonardorame.blogspot.com ------------------------------------------------------------------------------ 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