Hi,
This is the continuation of my first question
regarding compiling on Linux 8..I have now started
using the gstat 2.4.3 but when I run grass>gstat -v I
still do not see the grass libraries.. So, in order to
seek advice I have attached the detailed file..

I look forward to any advice.
Thanks,
Stef

[EMAIL PROTECTED] gstat-2.4.3]# ls
aclocal.m4  configure     Copyright  include      
makefile.in   README
art         configure.in  deb        install-sh   
makefile.pcr  readme.dos
cgi         control.deb   doc        lib          
meschach      S
cmd         COPYING       FILES      makefile.cyg  qt 
          src
[EMAIL PROTECTED] gstat-2.4.3]# ./configure --with-grass
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler...
yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for a BSD-compatible install...
/usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C...
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for function prototypes... yes
checking for gcc option to accept ANSI C... none
needed
checking for an ANSI C-conforming const... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking stat.h usability... no
checking stat.h presence... no
checking for stat.h... no
checking for unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking whether time.h and sys/time.h may both be
included... yes
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for popen... yes
checking for drand48... yes
checking for gettimeofday... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for getopt_long... yes
checking for getopt... yes
checking whether byte ordering is bigendian... no
checking for main in -lncurses... yes
checking for gdImagePng in -lgd... yes
checking for main in -lpng... yes
checking for main in -lz... yes
checking for main in -lnetcdf... no
checking for GDALAllRegister in -lgdal... no
checking for QRfactor in -lmeschach... no
checking for MgetVersion in -lcsf... no
checking for G_gisinit in -lgrass_gis... no
checking for G_gisinit in -lgis... yes
checking for main in -lgsl... no
configure: creating ./config.status
config.status: creating makefile
config.status: creating src/makefile
config.status: creating doc/tex/makefile
config.status: creating src/config.h
[EMAIL PROTECTED] gstat-2.4.3]# make; make install
(cd meschach; \
./configure  --cache-file=../config.cache; \
make basic; \
cp -p err.h machine.h matrix.h matrix2.h meminfo.h
sparse.h sparse2.h ../include
)
creating cache ../config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for minix/config.h... no
checking for POSIXized ISC... no
checking for ranlib... ranlib
checking for memory.h... yes
checking for ANSI C header files... yes
checking for gcc option to accept ANSI C...
checking for function prototypes... yes
checking for working const... yes
checking for complex.h... yes
checking for malloc.h... yes
checking for varargs.h... yes
checking for size_t... yes
checking for working const... (cached) yes
checking whether byte ordering is bigendian... no
checking for u_int
computing machine epsilon(s)
gcc -o macheps dmacheps.c
gcc -o macheps fmacheps.c
computing M_MAX_INT
gcc -o maxint maxint.c
checking char \\0 vs. float zeros
checking for bcopy... yes
checking for bzero... yes
checking for function prototypes
checking for function prototypes in structures
updating cache ../config.cache
creating ./config.status
creating makefile
creating machine.h
make[1]: Entering directory
`/usr/local/gstat-2.4.3/meschach'
gcc -c -O  -DHAVE_CONFIG_H copy.c
gcc -c -O  -DHAVE_CONFIG_H err.c
gcc -c -O  -DHAVE_CONFIG_H matrixio.c
gcc -c -O  -DHAVE_CONFIG_H memory.c
gcc -c -O  -DHAVE_CONFIG_H vecop.c
gcc -c -O  -DHAVE_CONFIG_H matop.c
gcc -c -O  -DHAVE_CONFIG_H pxop.c
gcc -c -O  -DHAVE_CONFIG_H submat.c
gcc -c -O  -DHAVE_CONFIG_H init.c
gcc -c -O  -DHAVE_CONFIG_H otherio.c
gcc -c -O  -DHAVE_CONFIG_H machine.c
gcc -c -O  -DHAVE_CONFIG_H ivecop.c
gcc -c -O  -DHAVE_CONFIG_H version.c
gcc -c -O  -DHAVE_CONFIG_H meminfo.c
gcc -c -O  -DHAVE_CONFIG_H memstat.c
ar ru meschach.a copy.o err.o matrixio.o memory.o
vecop.o matop.o pxop.o submat.
o init.o otherio.o machine.o ivecop.o version.o
meminfo.o memstat.o
ranlib meschach.a
gcc -c -O  -DHAVE_CONFIG_H lufactor.c
gcc -c -O  -DHAVE_CONFIG_H chfactor.c
gcc -c -O  -DHAVE_CONFIG_H qrfactor.c
gcc -c -O  -DHAVE_CONFIG_H solve.c
gcc -c -O  -DHAVE_CONFIG_H norm.c
gcc -c -O  -DHAVE_CONFIG_H hsehldr.c
ar ru meschach.a lufactor.o chfactor.o qrfactor.o
solve.o norm.o hsehldr.o
ranlib meschach.a
make[1]: Leaving directory
`/usr/local/gstat-2.4.3/meschach'
cp meschach/meschach.a lib/libmeschach.a
(cd src; make)
make[1]: Entering directory
`/usr/local/gstat-2.4.3/src'
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H block.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H data.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H direct.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H fig.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H fit.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H getest.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H gls.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H glvars.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H gstat.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H lex.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H lm.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H map2fig.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H map2gd.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H mapio.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H maputils.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H msim.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H nsearch.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H ossfim.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H palet.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H parse.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H plot.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H polygon.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H pqueue.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H predict.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H random.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H read.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H reml.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H report.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H sample.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H select.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H sem.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H sem_main.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H sim.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H stat.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H ui.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H userio.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
HAVE_CONFIG_H utils.c
gcc -c -g -O2 -I../include -I/usr/include/ncurses
-I/usr/local/grass5/include -D
Welcome to GRASS 5.0.2 (April 2003)

Geographic Resources Analysis Support System (GRASS)
is Copyright,
1999-2002 by the GRASS Development Team, and licensed
under terms of the
GNU General Public License (GPL).

This GRASS 5.0.2 release is coordinated and produced
by the
GRASS Development Team headquartered at ITC-irst
(Trento, Italy) with
worldwide support and further development sites
located at Baylor
University and the University of Illinois (U.S.A.).

This program is distributed in the hope that it will
be useful, but
WITHOUT ANY WARRANTY; without even the implied
warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
See the GNU
General Public License for more details.

This version running thru the Bash Shell (/bin/bash)
Help is available with the command:      g.help
See the licence terms with:              g.version -c
Start the graphical user interface with: tcltkgrass&
When ready to quit enter:                exit
GRASS:~ > gstat -v
compiled on:          Mar  3 2003
with libraries:       csf ncurses
last modified on:     Mon Mar  3 16:06:47 CET 2003
gstat home page:      http://www.gstat.org/
questions, bugs etc.  mailto:[EMAIL PROTECTED]

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools

Reply via email to