[Freeciv-Dev] Re: FreeCiv under FreeBSD (PR#190)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
- [Freeciv-Dev] Re: FreeCiv under FreeBSD (PR#190),
David Pfitzner <=
|
|