Discussion:
[Bug-apl] A Make target just for libapl
Peter Teeson
2018-06-12 18:05:23 UTC
Permalink
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
Juergen Sauermann
2018-06-13 10:41:41 UTC
Permalink
Peter Teeson
2018-06-13 15:39:06 UTC
Permalink
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
Hi Peter,
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
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
Loading...