bug-gnu-libiconv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnu-libiconv] question about libiconv


From: 유재경
Subject: Re: [bug-gnu-libiconv] question about libiconv
Date: Wed, 1 Jun 2016 16:55:14 +0900

Hi
Thank you for giving useful information.
It's very helpful for me handling iconv.
Thanks

2016. 6. 1. 오전 6:50에 "Bruno Haible" <address@hidden>님이 작성:
Hi,

> I'm Ryu Jaekyung in South Korea.
>
> I have a question about installing libiconv.
>
> I'm using 64bit linux pc.
>
> I need to install 32bit libiconv.so on my pc because I need to make 32bit
> binary.

Why? glibc contains all encodings you may want. libiconv is meant for
non-glibc platforms.

> can you give us how to install 32bit library on 64bit machine?

Read through the INSTALL.generic file included in the source
distribution.

For 32-bit builds, I use a configure command line such as
./configure --host=i686-pc-linux-gnu --prefix=/arch/x86-linux/gnu CC="gcc -m32 -march=i586" CXX="g++ -m32 -march=i586" F77="gfortran -m32 -march=i586" FC="gfortran -m32 -march=i586" LDFLAGS="-m32" CPPFLAGS=-Wall
Your mileage may vary.

Bruno


reply via email to

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