public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [RFC] Removing .la files from x86
@ 2016-08-03  3:11 Yaakov Selkowitz
  2016-08-03  4:16 ` Warren Young
  2016-08-03  8:00 ` Corinna Vinschen
  0 siblings, 2 replies; 5+ messages in thread
From: Yaakov Selkowitz @ 2016-08-03  3:11 UTC (permalink / raw)
  To: cygwin-apps

Libtool .la files are generally a waste of time and space.  They slow 
down linking of other libraries with libtool, and they cause otherwise 
unnecessary private dependencies to be pulled in by -devel packages. 
Therefore, the major distros generally remove them from their packages 
unless they are really necessary.

When we first enabled Cygwin for x86_64, as we had no backwards 
compatibility to worry about, I made removing all .la files the default. 
  AFAIK this has worked well, and any missing link libraries that the 
presence thereof would have masked have already been fixed.

In order to do the same for x86 without breaking builds of other 
packages, AFAICS we would need a perpetual postinstall script which will 
continually remove them.  The downside is that (unless the script is 
made a *LOT* more complicated) a number of -devel packages will show up 
as "Incomplete" until such time they are rebuilt with a new version of 
cygport.

Any objections?

-- 
Yaakov

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-03 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-03  3:11 [RFC] Removing .la files from x86 Yaakov Selkowitz
2016-08-03  4:16 ` Warren Young
2016-08-03  8:00 ` Corinna Vinschen
2016-08-03  9:19   ` Marco Atzeri
2016-08-03 15:58     ` Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).