Re: help with include and library files in GPS
- From: "Ludovic Brenta" <ludovic@xxxxxxxxxxxxxxxxxx>
- Date: 24 Feb 2006 08:18:04 -0800
Simon Wright a écrit :
(a) the environment variable ADA_PROJECT_PATH tells where to find .gpr
files
I know, but I generally avoid using environment variables; I put my
build machinery under version control and make sure I can get a
reproducible build from there, without the need for environment
variables. YMMV.
(b) you could make your gtkada.gpr define a symbol for the library
path,
GTKADALIB := ("/usr/lib/libgtkada.a");
and then
for Default_Switches ("Ada") use gtkada.GTKADALIB;
I already do that for the shared libraries in all Debian packages. I
haven't bothered doing it for the static libraries, since linking
dynamically is so much better - at least in Debian.
--
Ludovic Brenta.
.
- References:
- help with include and library files in GPS
- From: new
- Re: help with include and library files in GPS
- From: Martin Krischik
- Re: help with include and library files in GPS
- From: new
- Re: help with include and library files in GPS
- From: Ludovic Brenta
- Re: help with include and library files in GPS
- From: Simon Wright
- help with include and library files in GPS
- Prev by Date: Re: help with include and library files in GPS
- Next by Date: limited types (Was: Records that could be arrays)
- Previous by thread: Re: help with include and library files in GPS
- Next by thread: Re: help with include and library files in GPS
- Index(es):
Relevant Pages
|
|