Finding modules with FGLLDPATH

For compilation and at runtime, you may need to set the FGLLDPATH environment variable to find the modules in the GWA API package.

If GWA is installed in FGLDIR:
  • On UNIX™:
    export FGLLDPATH=$FGLLDPATH:$FGLDIR/lib/gwa
  • On Windows®:
    set FGLLDPATH=%FGLLDPATH%;%FGLDIR%\lib\gwa
If GWA is installed in its own directory:
  • On UNIX:
    export FGLLDPATH=$FGLLDPATH:gwa-install-dir/lib
  • On Windows:
    set FGLLDPATH=%FGLLDPATH%;gwa-install-dir\lib