LDLIB PROJECT

From VrlWiki
Revision as of 16:44, 19 November 2010 by Brad Berg (talk | contribs) (New page: LDLIB_PROJECT = <Project Name> ... WHen building a program that link in libraries it looks for those libraries along a search path. The '''LDLIB_PROJECT''' adds library install d...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LDLIB_PROJECT = <Project Name>  ...

WHen building a program that link in libraries it looks for those libraries along a search path. The LDLIB_PROJECT adds library install directories for projects to the search path. The projects listed are those that contain libraries you want to link with. If a project builds only one library, by convention the project name is the same as the library name. Projects can also contain several libraries.


A setting of <Project> will add this directory to the search path:

$G/install_$GARCH/lib/<Project>/