On Wed, 18 Jan 2012 20:49:37 -0500
Baho Utot <baho-u...@columbus.rr.com> wrote:

> 
> I have been working on mpc.
> 
> I have noticed that the way it is built in the book it only builds the static 
> library.
> 
> If --enable-shared is passed to configure it look like that is ignored as it 
> still doesn't build the shared library.

I don't agree. I configure mpc with:
./configure --prefix=/usr --disable-static

It installs:
/usr/include/mpc.h
/usr/lib/libmpc.so.2.0.0
/usr/lib/libmpc.so.2
/usr/lib/libmpc.so
/usr/lib/libmpc.la
/usr/share/info/mpc.info

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to