Opened 18 years ago

Last modified 16 years ago

#1345 closed defect (invalid)

test for PROJ lib uses 'src' instead of 'lib' dir — at Initial Version

Reported by: kyngchaos@… Owned by: warmerdam
Priority: normal Milestone: 1.5.3
Component: ConfigBuild Version: 1.5.0
Severity: normal Keywords: proj
Cc:

Description

When using --with-static-proj4, configure looks for libproj in $with_static_proj4/src instead of $with_static_proj4/lib:

      LIBS="-L$with_static_proj4/src $PROJ_LIB $ORIG_LIBS"
      echo "$as_me:$LINENO: checking for pj_init in -lproj" >&5

When proj is installed in an isolated location from other libraries, this will fail.

Change History (0)

Note: See TracTickets for help on using tickets.