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: dwp@xxxxxxxxxxxxxx (David Pfitzner)
Cc: lastras@xxxxxxxxxxxxxx, freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: FreeCiv under FreeBSD (PR#190)
From: Craig Anthony <one@xxxxxx>
Date: Wed, 5 Jan 2000 10:22:23 -0600 (CST)

I had this problem also, but I do not think that it is any problem with Freeciv
Instead, it is because FreeBSD's make is BSD make -- everything works properly
out of the box when GNU make (called gmake on FreeBSD) is used.

> 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]