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.

Reply via email to