LDLIB PROJECT

From VrlWiki
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>/