I want to test the vector support in 51, but got an error during the compilation:
make[3]: Entering directory `/home/Geo/GRASS/grass51/display/d.mon/cmd'
make[3]: *** No rule to make target `-lpq', needed by
`/home/Geo/GRASS/grass51/dist.i686-pc-linux-gnu/etc/bin/cmd/d.mon'. Stop.
make[3]: Leaving directory `/home/Geo/GRASS/grass51/display/d.mon/cmd'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/Geo/GRASS/grass51/display/d.mon'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/Geo/GRASS/grass51/display'
make: *** [default] Error 1
This error has occured to other users too. But there is no solution given in the archive. See also:
http://grass.itc.it/pipermail/grass5/2002-March/002281.html
http://grass.itc.it/pipermail/grass5/2002-June/003313.html
Can you give me any hints how to solve the problem?
Thanks in advance
Harald
--
Harald Wehr Tel: +49-3943-626654
Hochschule Harz e-mail: hwehr@hs-harz.de
Projekt MobiHarz
Friedrichstrasse 57-59
D-38855 Wernigerode
On Wed, Aug 14, 2002 at 12:14:06PM +0200, Harald Wehr wrote:
I want to test the vector support in 51,
Thanks for willing to help us test Grass.
Please note that 5.1 is experimental code for developers.
Having problems is normal for development code.
Not all problems can be explained in details to non developers.
In this case the makefile in looks for the postgresql libraries in error.
Just execute the compilation step manually or change the makefile.
BTW: If you want us to bring GRASS forward there is a lot of need
for testing and assisstance with GRASS 5.0.x.
Bernhard
make[3]: Entering directory `/home/Geo/GRASS/grass51/display/d.mon/cmd'
make[3]: *** No rule to make target `-lpq', needed by
`/home/Geo/GRASS/grass51/dist.i686-pc-linux-gnu/etc/bin/cmd/d.mon'. Stop.
make[3]: Leaving directory `/home/Geo/GRASS/grass51/display/d.mon/cmd'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/Geo/GRASS/grass51/display/d.mon'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/Geo/GRASS/grass51/display'
make: *** [default] Error 1
This error has occured to other users too. But there is no solution
given in the archive. See also:
http://grass.itc.it/pipermail/grass5/2002-March/002281.html
http://grass.itc.it/pipermail/grass5/2002-June/003313.html
Can you give me any hints how to solve the problem?