Skip to Content.
Sympa Menu

freetds - Re: [freetds] Unable to install to AIX 5.2

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Unable to install to AIX 5.2
  • Date: Tue, 10 Jun 2008 16:28:34 -0400

Martin Mann wrote:
> gcc -D_THREAD_SAFE -g -O2 -Wl,-brtl -o t0001 t0001.o common.o
> ../.libs/libtds.a ../../replacements/.libs/libreplacements.a -lpthreads
> ld: 0711-317 ERROR: Undefined symbol: .iconv_open ld: 0711-317 ERROR:
> Undefined symbol: .iconv_close ld: 0711-317 ERROR: Undefined symbol:
> .iconv

You can back up to the beginning and ./configure --disable-libiconv if you
don't need fancy conversions.

$ ./configure --help | grep iconv
--disable-libiconv do not attempt to include libiconv
--with-libiconv-prefix[=DIR] search for libiconv in DIR/include and
DIR/lib
--without-libiconv-prefix don't search for libiconv in includedir
and libdir

HTH.

--jkl





Archive powered by MHonArc 2.6.24.

Top of Page