Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2000:
[Freeciv-Dev] Re: FreeCiv under FreeBSD (PR#190)
Home

[Freeciv-Dev] Re: FreeCiv under FreeBSD (PR#190)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: lastras@xxxxxxxxxxxxxx
Cc: jazepeda@xxxxxxxxxxx, freeciv-dev@xxxxxxxxxxx, bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: FreeCiv under FreeBSD (PR#190)
From: David Pfitzner <dwp@xxxxxxxxxxxxxx>
Date: Thu, 6 Jan 2000 00:26:40 +1100 (EST)

Alex Zepeda <jazepeda@xxxxxxxxxxx> wrote:

> On Wed, 8 Dec 1999 lastras@xxxxxxxxxxxxxx wrote:
> 
> > Full_Name: Luis Lastras
> > Version: 1.9.0
> > Distribution: Built from source
> > OS: FreeBSD

> I just saw this, but I'm not sure how to fix it.  All that needs to be
> done is to add -lintl to the list of link flags. 

In that case the following patch may help.  (Need to run
autoconf and re-configure after applying patch.)

It would be good if someone could test this (Luis?) since
even if this is the right approach there may be subtleties
with link orders etc...

-- David
--- freeciv-cvs/configure.in    Sun Jan  2 20:41:29 2000
+++ fc-adv/configure.in Thu Jan  6 00:16:02 2000
@@ -343,6 +343,7 @@
 AC_SUBST(SERVER_LIBS)
 
 AC_CHECK_LIB(nls,main)
+AC_CHECK_LIB(intl,main)
 
 dnl Checks for header files.
 AC_HEADER_STDC

[Prev in Thread] Current Thread [Next in Thread]