bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] A Make target just for libapl


From: Peter Teeson
Subject: Re: [Bug-apl] A Make target just for libapl
Date: Wed, 13 Jun 2018 11:39:06 -0400

Yes thanks for your patience Jürgen — 
I do understand the procedure and the steps you outlined.
Have been through much of the autotools manuals as well as libtool.

There’s something I do not yet fully understand but I will persevere.
I want to make a very trivial case to see if my hypothesis is correct.

respect

Peter

On Jun 13, 2018, at 6:41 AM, Juergen Sauermann <address@hidden> wrote:

Hi Peter,

no, the make all target builds libapl if ./configure'd to do so:

1.   ./configure --with-libapl
2.   make all
3.   sudo make install

Step 3. is kind of optional: in copies the libraries to the installation
directory /usr/local/lib/apl/ (or whatever was ./configure'd as
the installation prefix (default /usr/local/apl on GNU/Linux).

Step 2. stores the libs below src/.libs/ and step 3. then copies the libs
to their final destination  /usr/local/lib/apl/

/// Jürgen


On 06/12/2018 08:05 PM, Peter Teeson wrote:
Hi Jürgen:

I’m still deep diving into libapl. 
Have tried to find a target just for libapl in the Makefiles but no luck so far.
Is there such a thing?

How could I add one?

respect...

Peter



reply via email to

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