Re: Static library naming

2012-10-14 Thread Stefano Lattarini
Reference: On 10/04/2012 12:10 AM, Peter Rosin wrote: > On 2012-10-02 16:37, Stefano Lattarini wrote: >> Hi Peter, sorry again for the delay. >> And once again for this more shameful one. >> OK, clearer now. This first

Re: Static library naming

2012-10-03 Thread Peter Rosin
On 2012-10-02 16:37, Stefano Lattarini wrote: > Hi Peter, sorry again for the delay. > > On 09/26/2012 10:40 AM, Peter Rosin wrote: >> On 2012-09-25 21:33, Stefano Lattarini wrote: >>> [Dropping Automake-NG list, from the next reply] >>> >>> On 09/24/2012 10:51 AM, Peter Rosin wrote: [ME

Re: Static library naming

2012-10-02 Thread Stefano Lattarini
Hi Peter, sorry again for the delay. On 09/26/2012 10:40 AM, Peter Rosin wrote: > On 2012-09-25 21:33, Stefano Lattarini wrote: >> [Dropping Automake-NG list, from the next reply] >> >> On 09/24/2012 10:51 AM, Peter Rosin wrote: >>> >>> [MEGA-SNIP] >>> >>> Yes, because I don't want this to be Auto

Re: Static library naming

2012-09-26 Thread Peter Rosin
On 2012-09-25 21:33, Stefano Lattarini wrote: > [Dropping Automake-NG list, from the next reply] > > On 09/24/2012 10:51 AM, Peter Rosin wrote: >> >> [MEGA-SNIP] >> >> Yes, because I don't want this to be Automake-NG only. But since >> this scheme is opt-in, the compile script "must" be adjusted t

Re: Static library naming

2012-09-25 Thread Stefano Lattarini
[Dropping Automake-NG list, from the next reply] On 09/24/2012 10:51 AM, Peter Rosin wrote: > > [MEGA-SNIP] > > Yes, because I don't want this to be Automake-NG only. But since > this scheme is opt-in, the compile script "must" be adjusted to > handle libhello.a anyway. And with an adjusted compi

Re: Static library naming

2012-09-24 Thread Peter Rosin
On 2012-09-24 09:54, Stefano Lattarini wrote: > On 09/23/2012 11:47 PM, Peter Rosin wrote: >> On 2012-09-20 16:36, Stefano Lattarini wrote: >>> On 09/20/2012 12:49 AM, Peter Rosin wrote: When you write lib_LIBRARIES = libhello.a you express the desire to build an "hello" ar

Re: Static library naming

2012-09-24 Thread Stefano Lattarini
On 09/23/2012 11:47 PM, Peter Rosin wrote: > Hi Stefano! > > Thanks for your input! > > On 2012-09-20 16:36, Stefano Lattarini wrote: >> Adding the Automake-NG list in CC: (see below for the motivation). >> >> On 09/20/2012 12:49 AM, Peter Rosin wrote: >>> Hi! >>> >> Hi Peter. >> >>> When you wri

Re: Static library naming

2012-09-23 Thread Peter Rosin
Hi Stefano! Thanks for your input! On 2012-09-20 16:36, Stefano Lattarini wrote: > Adding the Automake-NG list in CC: (see below for the motivation). > > On 09/20/2012 12:49 AM, Peter Rosin wrote: >> Hi! >> > Hi Peter. > >> When you write >> >> lib_LIBRARIES = libhello.a >> >> you express the d

Re: Static library naming

2012-09-20 Thread Stefano Lattarini
Adding the Automake-NG list in CC: (see below for the motivation). On 09/20/2012 12:49 AM, Peter Rosin wrote: > Hi! > Hi Peter. > When you write > > lib_LIBRARIES = libhello.a > > you express the desire to build an "hello" archive. Virtually > everywhere such an archive is expected to be named,