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: Bruno Haible
Subject: Re: [bug-gnu-libiconv] question about libiconv
Date: Tue, 31 May 2016 23:49:54 +0200
User-agent: KMail/4.8.5 (Linux/3.8.0-44-generic; KDE/4.8.5; x86_64; ; )

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]