[GRASS-dev] svn: undefined symbol G_gisinit

Hello,

some modules are complaining about this since this morning SVN:

i.eb.rohair: symbol lookup error: i.eb.rohair: undefined symbol: G_gisinit

I have made a clean install and still same.
(make distclean; ./conf.....; make -j4 ; make install)

--
Yann Chemin
International Rice Research Institute
Office: http://www.irri.org/gis
Perso: http://www.freewebs.com/ychemin

On Fri, Jun 6, 2008 at 11:28 AM, Yann Chemin <yann.chemin@gmail.com> wrote:

Hello,

some modules are complaining about this since this morning SVN:

i.eb.rohair: symbol lookup error: i.eb.rohair: undefined symbol: G_gisinit

I have made a clean install and still same.
(make distclean; ./conf.....; make -j4 ; make install)

I have tried to compile with
make MODULE_TOPDIR=$HOME/grass64/

and it worked. Maybe you have some leftover old lib in
your LD_LIBRARY_PATH? Maybe "ldd" can tell you
where it is...

Markus

Thanks,
I'll do that now.
Yann

2008/6/6 Markus Neteler <neteler@osgeo.org>:

On Fri, Jun 6, 2008 at 11:28 AM, Yann Chemin <yann.chemin@gmail.com> wrote:

Hello,

some modules are complaining about this since this morning SVN:

i.eb.rohair: symbol lookup error: i.eb.rohair: undefined symbol: G_gisinit

I have made a clean install and still same.
(make distclean; ./conf.....; make -j4 ; make install)

I have tried to compile with
make MODULE_TOPDIR=$HOME/grass64/

and it worked. Maybe you have some leftover old lib in
your LD_LIBRARY_PATH? Maybe "ldd" can tell you
where it is...

Markus

--
Yann Chemin
International Rice Research Institute
Office: http://www.irri.org/gis
Perso: http://www.freewebs.com/ychemin

Yann Chemin wrote:

some modules are complaining about this since this morning SVN:

i.eb.rohair: symbol lookup error: i.eb.rohair: undefined symbol: G_gisinit

I have made a clean install and still same.
(make distclean; ./conf.....; make -j4 ; make install)

I don't see i.eb.rohair in the GRASS source tree, so presumably it's
an add-on module.

If you update the GRASS libraries, you need to re-compile any add-on
modules as well as those which are part of GRASS.

--
Glynn Clements <glynn@gclements.plus.com>