Eric Sandall | 20 Feb 01:33
Picon
Favicon

Build layout

Hi all,

I'm wondering if it would be possible to rewrite the configure/install steps so
that you can just run one ./configure && make && make install from the topdir.
This is how most packages do it (well, the easy ones, anyways ;)) and would
make installing Y much easier. What would be needed (vaguely, I'm not a
Makefile/configure wizard) is that the make processes do the libraries/packages
in-order, install the libs to $topdir/.libs, and for the necessary packages add
$topdir/.libs to LDFLAGS, then when it's all done and linked, run `make
install` in all of the subdirs.

Well, that's the general idea, anyways. ;)

-sandalle

--

-- 
PGP Key Fingerprint:  FCFF 26A1 BE21 08F4 BB91  FAED 1D7B 7D74 A8EF DD61
http://search.keyserver.net:11371/pks/lookup?op=get&search=0xA8EFDD61

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/E/IT$ d-- s++:+>: a-- C++(+++) BL++++VIS>$ P+(++) L+++ E-(---) W++ N+@ o?
K? w++++>-- O M-@ V-- PS+(+++) PE(-) Y++(+) PGP++(+) t+() 5++ X(+) R+(++)
tv(--)b++(+++) DI+@ D++(+++) G>+++ e>+++ h---(++) r++ y+
------END GEEK CODE BLOCK------

Eric Sandall                     |  Source Mage GNU/Linux Developer
eric <at> sandall.us                  |  http://www.sourcemage.org/
http://eric.sandall.us/          |  SysAdmin @ Inst. Shock Physics @ WSU
http://counter.li.org/  #196285  |  http://www.shock.wsu.edu/
(Continue reading)

Mathy Vanvoorden | 20 Feb 11:47
Picon

Re: Build layout

Citeren Eric Sandall <eric <at> sandall.us>:

> I'm wondering if it would be possible to rewrite the configure/install steps
> so
> that you can just run one ./configure && make && make install from the
> topdir.

Isn't this what it does allready?

--

-- 
Regards,
Mathy Vanvoorden

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Aaron | 20 Feb 01:48

Re: Build layout


Eric Sandall wrote:

> Hi all,
> 
> I'm wondering if it would be possible to rewrite the configure/install steps so
> that you can just run one ./configure && make && make install from the topdir.
> This is how most packages do it (well, the easy ones, anyways ;)) and would
> make installing Y much easier. What would be needed (vaguely, I'm not a
> Makefile/configure wizard) is that the make processes do the libraries/packages
> in-order, install the libs to $topdir/.libs, and for the necessary packages add
> $topdir/.libs to LDFLAGS, then when it's all done and linked, run `make
> install` in all of the subdirs.
> 
> Well, that's the general idea, anyways. ;)
> 
> -sandalle
> 

actually, thats all I really had to do to install it. did you need to do 
it differently?

Aaron

------------------------------------------------------------------
libiterm-0.5-mbt for debian and some basic Y FAQs, 
http://www.darkobjects.net/~drizzt/libiterm
Eric Sandall | 20 Feb 17:21
Picon
Favicon

Re: Build layout

Quoting Aaron <drizzt321 <at> phpfreaks.com>:
> Eric Sandall wrote:
> 
> > Hi all,
> > 
> > I'm wondering if it would be possible to rewrite the configure/install
> steps so
> > that you can just run one ./configure && make && make install from the
> topdir.
> > This is how most packages do it (well, the easy ones, anyways ;)) and
> would
> > make installing Y much easier. What would be needed (vaguely, I'm not a
> > Makefile/configure wizard) is that the make processes do the
> libraries/packages
> > in-order, install the libs to $topdir/.libs, and for the necessary packages
> add
> > $topdir/.libs to LDFLAGS, then when it's all done and linked, run `make
> > install` in all of the subdirs.
> > 
> > Well, that's the general idea, anyways. ;)
> > 
> > -sandalle
> > 
> 
> actually, thats all I really had to do to install it. did you need to do 
> it differently?
> 
> Aaron

Sorry, my bad, I meant libiterm has these problems, Y works just fine. ;)
(Continue reading)


Gmane