automake
[Top][All Lists]
Advanced

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

creating shared libraries (was: parallel testsuite execution)


From: Ralf Wildenhues
Subject: creating shared libraries (was: parallel testsuite execution)
Date: Wed, 24 Oct 2007 19:50:14 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Ting,

* address@hidden wrote on Wed, Oct 24, 2007 at 07:38:29PM CEST:
> 
> Does anyone know how to create shared library file .so file? Currently I
> only know write .la file (not .so file) in Makefile.am file. Thanks.

First, please do not reply to other threads when you start a new topic.
Just send a new message to the list.  Then, please don't top-post.
Thank you, it makes reading the list mails much easier for others.

If you know to create a libtool library file (.la file), then you have
already all that you need: the shared library (.so file) will be created
alongside, and upon 'make install', copied into the libdir.

<http://sources.redhat.com/automake/automake.html#A-Shared-Library>

Cheers,
Ralf




reply via email to

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