Thank You Daniel. I ran configure with --disable-nls and make completely successfully. However, make install is failing with the following: /opt/freeware/lib/apr-1/build/libtool --mode=install cp mod_dav_svn.la /opt/eai/ci/subversion-1.9.5/svn/libexec/ libtool: install: warning: relinking `mod_dav_svn.la' libtool: install: (cd /opt/eai/ci/subversion/subversion/mod_dav_svn; /bin/sh "/opt/eai/ci/subversion/libtool" --tag CC --silent --mode=relink gcc -shared -g -O2 -g -O2 -thread -rpath /opt/eai/ci/subversion-1.9.5/svn/libexec -avoid-version -module -o mod_dav_svn.la activity.lo authz.lo deadprops.lo liveprops.lo lock.lo merge.lo mirror.lo mod_dav_svn.lo posts/create_txn.lo reports/dated-rev.lo reports/deleted-rev.lo reports/file-revs.lo reports/get-location-segments.lo reports/get-locations.lo reports/get-locks.lo reports/inherited-props.lo reports/log.lo reports/mergeinfo.lo reports/replay.lo reports/update.lo repos.lo status.lo util.lo version.lo ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ) libtool: warning: '/lib/libexpat.la' seems to be moved libtool: warning: '/lib/libexpat.la' seems to be moved libtool: warning: '/lib/libexpat.la' seems to be moved libtool: warning: '/lib/libexpat.la' seems to be moved libtool: warning: '/lib/libexpat.la' seems to be moved libtool: warning: '/lib/libexpat.la' seems to be moved libtool: warning: '/lib/libexpat.la' seems to be moved libtool: warning: '/lib/libexpat.la' seems to be moved libtool: warning: '/lib/libexpat.la' seems to be moved libtool: warning: '/lib/libexpat.la' seems to be moved libtool: install: cp .libs/mod_dav_svn.aT /opt/eai/ci/subversion-1.9.5/svn/libexec/mod_dav_svn.a libtool: install: cp .libs/mod_dav_svn.lai /opt/eai/ci/subversion-1.9.5/svn/libexec/mod_dav_svn.la chmod 755 /opt/eai/ci/subversion-1.9.5/svn/libexec/mod_dav_svn.so chmod: /opt/eai/ci/subversion-1.9.5/svn/libexec/mod_dav_svn.so: A file or directory in the path name does not exist. apxs:Error: Command failed with rc=65536
-----Original Message----- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: Friday, May 05, 2017 10:03 PM To: Joseph, Anselm Cc: users@subversion.apache.org Subject: Re: Error running make for subversion CAUTION - EXTERNAL EMAIL Joseph, Anselm wrote on Fri, May 05, 2017 at 14:36:12 +0000: > Hope you can help with this issue from a newbie. > gcc version 4.2.0 is installed on my powerpc-ibm-aix7.1.3.0 system. > I am trying to build gnu subversion 1.9.5 and running make after I think you mean "Apache Subversion 1.9.5". > gcc: unrecognized option '-qHALT=E' > ld: 0711-317 ERROR: Undefined symbol: .libintl_dgettext > ld: 0711-317 ERROR: Undefined symbol: .libintl_dngettext The compiler can't find libintl. Either point configure to a libintl, or pass --disable-nls to disable localised output. > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. > collect2: ld returned 8 exit status > make: 1254-004 The error code from the last command is 1.