Does anyone else have this problem??? This happens if I compile it
myself, or if I use the binary compiled version from Markus Neteler.
--
Richard Nairn
Geological Survey of Canada
** Email r...@spans.gscc.nrcan.gc.ca **
** nai...@cadvision.com **
Ok, after a little debugging, I found the problem with ps.map. The
C code that parses the device files is missing a header declaration,
so it produces garbage. It uses atof and atoi but it forgot to use
#include <stdlib.h> for the definitions. When i made the change it
works very nicely. The file involved was
src.alpha/ps.map/ps.map/read_cfg.c.
PS, I notified Markus so that he could patch the official sources.