[GRASSLIST:10073] libgrass.tar.gz "make" error

Hello GRASS users,
Am attaching the libgrass tar file.
i want to install libgrass for later use in GRASS
mapserver.
./configure shows no errors

When i run "make" i get the following Error.

configure: creating ./config.status
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh
./config.status
config.status: creating Makefile
config.status: executing default-1 commands
Making all in gis
make[1]: Entering directory
`/home/bnagesh/libgrass/gis'
cd .. \
  && CONFIG_FILES=gis/Makefile CONFIG_HEADERS= /bin/sh
./config.status
config.status: creating gis/Makefile
config.status: executing default-1 commands
make[1]: Leaving directory
`/home/bnagesh/libgrass/gis'
make[1]: Entering directory
`/home/bnagesh/libgrass/gis'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I. -g -O2 -c elist.c
libtool: ltconfig version `' does not match ltmain.sh
version `1.3'
Fatal configuration error. See the libtool docs for
more information.
make[1]: *** [elist.lo] Error 1
make[1]: Leaving directory
`/home/bnagesh/libgrass/gis'
make: *** [all-recursive] Error 1

Am working on mandrake10.0 linux system.

If anyone could help me debug this error i would be
very grateful.
thanks

-Neha Thakur
India

__________________________________________________________
Find your next car at http://autos.yahoo.ca

(attachments)

libgrass.tar.gz (372 KB)

On Tuesday 31 January 2006 11:42, neha thakur wrote:

Hello GRASS users,
Am attaching the libgrass tar file.

Which you got where?

i want to install libgrass for later use in GRASS
mapserver.
./configure shows no errors

When i run "make" i get the following Error.

configure: creating ./config.status
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh
./config.status
config.status: creating Makefile
config.status: executing default-1 commands
Making all in gis
make[1]: Entering directory
`/home/bnagesh/libgrass/gis'
cd .. \
  && CONFIG_FILES=gis/Makefile CONFIG_HEADERS= /bin/sh
./config.status
config.status: creating gis/Makefile
config.status: executing default-1 commands
make[1]: Leaving directory
`/home/bnagesh/libgrass/gis'
make[1]: Entering directory
`/home/bnagesh/libgrass/gis'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I. -g -O2 -c elist.c
libtool: ltconfig version `' does not match ltmain.sh
version `1.3'
Fatal configuration error. See the libtool docs for
more information.
make[1]: *** [elist.lo] Error 1
make[1]: Leaving directory
`/home/bnagesh/libgrass/gis'
make: *** [all-recursive] Error 1

Am working on mandrake10.0 linux system.

1)Upgrade, 10.0 is no longer officially supported (for security updates etc)

2) On a Mandriva mirror:
$ ls mandriva/official/10.0/contrib/i586/libgrass5_0-*
mandriva/official/10.0/contrib/i586/libgrass5_0-1.0.0-1mdk.i586.rpm
mandriva/official/10.0/contrib/i586/libgrass5_0-devel-1.0.0-1mdk.i586.rpm
mandriva/official/10.0/contrib/i586/libgrass5_0-static-devel-1.0.0-1mdk.i586.rpm

So, please add a contrib medium (eg visit http://urpmi-addmedia.org) for your
distribution, and then run:

# urpmi libgrass5-devel

10.0 also has a mapserver with grass support, but it is a bit out-of-date by
now ...

Regards,
Buchan

--
Buchan Milne
B.Eng,RHCE(803004789010797),LPIC-2(LPI000074592)

Hello Buchan,.
I joined the institute recently so had that package in
my system, so i dont know how it got there or who
downloaded it and from where it was downloaded.
But this week all our systems will be upgraded to
mandriva. As u suggested hope this madriva will have a
better support for the mapserver am trying to build
with GRASS.
Will ask our sys admin. to do all what u have
mentioned in regards to the contrib.
Thanking you for replying back and giving valuable
suggestions.
Regards
-Neha

--- Buchan Milne <bgmilne@mandriva.org> wrote:

On Tuesday 31 January 2006 11:42, neha thakur wrote:
> Hello GRASS users,
> Am attaching the libgrass tar file.

Which you got where?

> i want to install libgrass for later use in GRASS
> mapserver.
> ./configure shows no errors
>
> When i run "make" i get the following Error.
>
> configure: creating ./config.status
> cd . \
> && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh
> ./config.status
> config.status: creating Makefile
> config.status: executing default-1 commands
> Making all in gis
> make[1]: Entering directory
> `/home/bnagesh/libgrass/gis'
> cd .. \
> && CONFIG_FILES=gis/Makefile CONFIG_HEADERS=
/bin/sh
> ./config.status
> config.status: creating gis/Makefile
> config.status: executing default-1 commands
> make[1]: Leaving directory
> `/home/bnagesh/libgrass/gis'
> make[1]: Entering directory
> `/home/bnagesh/libgrass/gis'
> /bin/sh ../libtool --mode=compile gcc
-DHAVE_CONFIG_H
> -I. -I. -I. -g -O2 -c elist.c
> libtool: ltconfig version `' does not match
ltmain.sh
> version `1.3'
> Fatal configuration error. See the libtool docs
for
> more information.
> make[1]: *** [elist.lo] Error 1
> make[1]: Leaving directory
> `/home/bnagesh/libgrass/gis'
> make: *** [all-recursive] Error 1
>
> Am working on mandrake10.0 linux system.

1)Upgrade, 10.0 is no longer officially supported
(for security updates etc)

2) On a Mandriva mirror:
$ ls
mandriva/official/10.0/contrib/i586/libgrass5_0-*

mandriva/official/10.0/contrib/i586/libgrass5_0-1.0.0-1mdk.i586.rpm

mandriva/official/10.0/contrib/i586/libgrass5_0-devel-1.0.0-1mdk.i586.rpm

mandriva/official/10.0/contrib/i586/libgrass5_0-static-devel-1.0.0-1mdk.i586.rpm

So, please add a contrib medium (eg visit
http://urpmi-addmedia.org) for your
distribution, and then run:

# urpmi libgrass5-devel

10.0 also has a mapserver with grass support, but it
is a bit out-of-date by
now ...

Regards,
Buchan

--
Buchan Milne
B.Eng,RHCE(803004789010797),LPIC-2(LPI000074592)

__________________________________________________________
Find your next car at http://autos.yahoo.ca