On Tue, Oct 31, 2000 at 12:59:26PM -0800, Wallace, Beverly T wrote:
The "make install" command now works fine.
good to know
I had problems making the following programs on a Sun solaris 2.7:
(1) src/mapdev/v.geom
The if statement in the Gmakefile did not work. I don't think it is
necessary to because $(LIB_MALLOC) is already included. SGI users can
define $(LIB_MALLOC) as -lmalloc in the head file. A comment could be put
in the Gmakefile.
Hi SGI-Developers: Any ideas?
(2) src.contrib/NPS/r.in.utm
I get a complaint that it can't make -lm. In the Gmakefile, I moved the
system libraries ($(MATHLIB) and $(XDRLIB)) from LIBES and placed them at
the end of the $(CC) command.
Thanks! I have fixed in CVS.
(3) src/raster/r.binfer
Line 13 of binfer.l had a "missing translation value" error. I don't know
how to fix this.
Nor me... But it is on the list. On Linux, it compiles. We will look
for it.
Kind regards
Markus
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
> (1) src/mapdev/v.geom
> The if statement in the Gmakefile did not work. I don't think it is
> necessary to because $(LIB_MALLOC) is already included. SGI users
> can define $(LIB_MALLOC) as -lmalloc in the head file. A comment
> could be put in the Gmakefile.
Hi SGI-Developers: Any ideas?
Have configure set the $(LIB_MALLOC) variable in the head file.
Unfortunately, I have no idea how to do this. Also, since XDRLIB seems
to be never used on SGI's can we change configure to set it to blank
instead of -lsun?
--
Sincerely,
Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand
People who think they know everything are very irritating to those
of us who do. ---Anonymous
Jazz and Trek Rule!!!
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
I'm trying to use gmake4.3 for the first time, and it gives me the
following error:
gcc: /grass/grass4.3src/libes/LIB.linux/libgis.a: No such file or
directory
Of course there is no "LIB.linux" directory. Is gmake supposed to create
this before using it? And what about libgis.a?
Thanks!
Matthew P. Hillebrand
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
On Wed, Nov 29, 2000 at 02:51:27PM -0800, Matt Hillebrand wrote:
I'm trying to use gmake4.3 for the first time, and it gives me the
following error:
gcc: /grass/grass4.3src/libes/LIB.linux/libgis.a: No such file or
directory
Of course there is no "LIB.linux" directory. Is gmake supposed to create
this before using it? And what about libgis.a?
Thanks!
Hi Matthew P. Hillebrand,
the developers of GRASS 5 are not supporting the GRASS 4.3 any more.
I highly recommend you wait a few days to get GRASS 5 beta9.
If you definitly want to use GRASS 4.3 (why?), please contact
grass@baylor.edu. They are supporting the 4.3 development.
Kind regards
Markus Neteler
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'