[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error running make for subversion

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 6 May 2017 02:03:01 +0000

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.
Received on 2017-05-06 04:03:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.