Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2003:
[Freeciv-Dev] (PR#4435) S1_14, gtk, mingw32 & libiconv
Home

[Freeciv-Dev] (PR#4435) S1_14, gtk, mingw32 & libiconv

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jshort@xxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#4435) S1_14, gtk, mingw32 & libiconv
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Jun 2003 11:18:18 -0700
Reply-to: rt@xxxxxxxxxxxxxx

[jshort@xxxxxxxxxxxxxx - Mon Jun 23 18:07:24 2003]:

> Iconv is being detected but is not being linked to properly.  When 
> compiling with NLS the bug is masked because the linking is done anyway.

A LIBS="$LIBS $LIBICONV" is needed to set up the linkage.  When
compiling with NLS this is done automatically (in gettext.m4).

Try the attached patch.  I'm not quite sure where this line should go,
though.

jason

Attachment: iconv.diff
Description: iconv.diff


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#4435) S1_14, gtk, mingw32 & libiconv, Jason Short <=