[PD-dev] remove all .la (libtool archives) files created by autotools

IOhannes m zmoelnig zmoelnig at iem.at
Thu Sep 29 17:37:13 CEST 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2011-09-29 17:15, Hans-Christoph Steiner wrote:
> 
> Hey Roman,
> 
> I just saw this commit:
> 
> http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/Makefile?r1=15393&r2=15397
> 
> 
> .la files generally should not be installed, that makes sense to me. 
> This seems like a heavy hand to do a global deletion for something like
> this.  The problem would be in the build system that is installing them,
> and should be fixed there.  Then it'll be fixed wherever that library is
> used, not just in Pd-extended.

libtool is convinced that you need .la files.
from their perspective it is probably correct.

if you can come up with a proper way to avoid installing .la files from
within automake/libtool (without dumping automake/libtool), feel free to
suggest fixes.
else you will either have to live with those files or to delete them in
some other way (e.g. with the one i proposed to roman, and which is
currently in externals/Makefile)

probably it is a safer guess to only delete .la files if there is a
matching .$(EXTENSION) file and/or a matching .so/.dll file.

nevertheless, i don't see any harm done now.

fgmasdr
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6EkKQACgkQkX2Xpv6ydvSYRQCgx+5THaNg1qaGWhYMJH3U/49n
NHoAoPgp3okMUZkG3nzdtnfLe96Oj8+3
=dSSA
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20110929/b4cbc47d/attachment.bin>


More information about the Pd-dev mailing list