mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-10 05:24:40 +08:00
9 lines
310 B
Plaintext
9 lines
310 B
Plaintext
make distclean
|
|
CC="gcc -m32" CXX="g++ -m32" ./configure --prefix=/usr \
|
|
--with-shared \
|
|
--without-normal \
|
|
--without-debug \
|
|
--without-cxx-binding \
|
|
--with-abi-version=5 --host=i686-pc-linux-gnu
|
|
make sources libs
|
|
cp -av lib/lib*.so.5* /usr/lib |