public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] USE flags and static libs
@ 2002-06-08 13:16 Alexander Holler
  2002-06-08 13:49 ` Alexander Holler
  2002-06-08 15:00 ` Alexander Gretencord
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Holler @ 2002-06-08 13:16 UTC (permalink / raw
  To: gentoo-dev

Hi,

I like brainstorming. ;)

I've mentioned it before as a remark in another msg, I would find it nice 
to have a USE flag tests mentioned in the documentation. This could inspire 
some developers to call 'make tests' or similiar before installing if 
something is provided by the makefile of the package.

I also want to discuss the building of static libs. Right now all or most 
of the static libs are build with the flags from make.conf. The problem 
with that is that this prevents building binaries (which uses them) to give 
away (or for using on other machines). E.g. a binary build with march=i686 
won't run on k6.

This could lead to some 'hard to find' problems if someone forgets this.

I've two aproaches to this problem:

1. Building all static libs without march flags.

2. Introduce a USE flag i386static
This could be used to build additional static libs with a postfix i386. 
E.g.
libncurses.a and libncurses_i386.a.

I would prefer the second approach. Like the USE flag 'tests', just 
describing it in the appropriate developer docs could be enough to get that 
into (some) future ebuilds.

Comments?


Regards,

Alexander



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

end of thread, other threads:[~2002-06-08 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-08 13:16 [gentoo-dev] USE flags and static libs Alexander Holler
2002-06-08 13:49 ` Alexander Holler
2002-06-08 15:00 ` Alexander Gretencord

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox