Bastian Kleineidam wrote: > On Fri, Apr 26, 2002 at 07:08:26PM -0700, David Caldwell wrote: > > Instead of building in the source dir, create 2 build directories, cd to > > each and ../configure with different options. Then in the make section, cd > > into each build dir and make. So essentially you are building the different > > versions in parallel, rather than repeating them in a serial fashion. > > Look at the FOX library, it uses exactly this approach to build a > default libfox0.99 and one with debugging libfox0.99-dbg.
That sounds redundant, what's wrong with building once with -g, linking shared, stripping, calling that one package, and then linking w/o stripping for the -dbg package? -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

