[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Making gnustep libs in a buildroot
From: |
Stephen Brandon |
Subject: |
Making gnustep libs in a buildroot |
Date: |
Fri, 10 May 2002 12:54:19 +0100 |
Hi,
I'm wondering if there is support in gnustep makefiles for the following:
I want to be able to make an rpm containing several different GNUstep
libraries, all but one of them dependent on that one.
In general with RPMs you go through a build stage first, then an install
stage, where the install can go into an installation root.
I would like to prevent the libraries I am building from depending on my
currently installed set of "live" libraries, and only depend on / link to the
ones that are being built at the same time.
I presume this means I am going to have to build the first one, install it
into the installroot, then build the second one, telling it to use a -L and
-I path of the installroot.
What flags can I use for make to achieve this?
Ideally I'd like to be able to do all the builds in a oner, then all the
installs, so is there support for make to be given a library/header search
path for a not-yet-installed library?
Any help appreciated,
Cheers,
Stephen Brandon
stephen@brandonitconsulting.co.uk
- Making gnustep libs in a buildroot,
Stephen Brandon <=