Opened 14 years ago

Closed 14 years ago

#318 closed defect (fixed)

cmake build does not make geos-config executable.

Reported by: cgsbob Owned by: mloskot
Priority: major Milestone:
Component: Build/Install Version: 3.0.3
Severity: Unassigned Keywords:
Cc:

Description

Compiling geos with cmake was a snap...until I tried to execute geos-config. I got a "geos-config: command not found" error.

Change History (2)

comment:1 by mloskot, 14 years ago

Owner: changed from pramsey to mloskot
Status: newassigned

Confirmed, will be fixed.

Thanks for testing!

comment:2 by mloskot, 14 years ago

Resolution: fixed
Status: assignedclosed

It should be fixed in trunk now (r2877)

Configuring

mloskot@dog:~/dev/geos/_svn/trunk$ cmake ../trunk -DCMAKE_INSTALL_PREFIX=$HOME/usr

following permissions are set:

mloskot@dog:~/dev/geos/_svn/trunk$ ls -l /home/mloskot/usr/bin/geos-config
-r-xr-xr-x 1 mloskot mloskot 826 2010-01-20 21:36 /home/mloskot/usr/bin/geos-config
Note: See TracTickets for help on using tickets.