[Top][All Lists]
[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
- Re: parallel testsuite execution, Akim Demaille, 2007/10/24
- Re: parallel testsuite execution, txie, 2007/10/24
- creating shared libraries (was: parallel testsuite execution),
Ralf Wildenhues <=
- Re: creating shared libraries (was: parallel testsuite execution), txie, 2007/10/24
- Re: creating shared libraries, Ralf Wildenhues, 2007/10/24
- Re: creating shared libraries, txie, 2007/10/25
- Re: creating shared libraries, Ralf Wildenhues, 2007/10/25
- Re: creating shared libraries, txie, 2007/10/26
- Re: creating shared libraries, Ralf Wildenhues, 2007/10/26
- Re: creating shared libraries, txie, 2007/10/29
- Re: parallel testsuite execution, Ralf Wildenhues, 2007/10/24