gcc가이드 문서
http://www.network-theory.co.uk/docs/gccintro/
how to build library build such as freetype
CC=/opt/toolchains/stbgcc-4.5.3-2.4/bin/mipsel-linux-gcc ./configure --prefix=/usr --host=mipsel-linux
shared library dependency
readelf -d dimclient | grep NEED
0x00000001 (NEEDED) Shared library: [libz.so.1]
0x00000001 (NEEDED) Shared library: [libpthread.so.0]
0x00000001 (NEEDED) Shared library: [libcrypto.so.1.0.0]
0x00000001 (NEEDED) Shared library: [libssl.so.1.0.0]
0x00000001 (NEEDED) Shared library: [libsqlite3.so.0]
0x00000001 (NEEDED) Shared library: [libuuid.so.1]
0x00000001 (NEEDED) Shared library: [libproc-3.2.8.so]
0x00000001 (NEEDED) Shared library: [libxml2.so.2]
0x00000001 (NEEDED) Shared library: [libiksemel.so.3]
0x00000001 (NEEDED) Shared library: [libc.so.6]