Fwd: [GRASS-dev] Scripting in Linux
Glynn Clements
glynn at gclements.plus.com
Mon Feb 1 14:07:23 EST 2010
Kim Besson wrote:
> Ok I have done make clean first and then configure
>
> ./configure --with-wxwidgets --with-blas --with-lapack --with-cxx
> --with-python=/usr/bin/python2.6-config --with-gdal --enable-largefile
> --with-wxpython --with-sqlite --with-fftw --with-motif --with-freetype
> --with-tcltk-includes=/usr/include/tk
> --with-freetype-includes=/usr/include/freetype2 --with-nls
>
>
>
> and then make and make install
>
>
>
> and when I run GRASS I get the following errors:
>
> (process:24523): Gdk-WARNING **: locale not supported by C library
>
> (process:24523): Gtk-WARNING **: Locale not supported by C library.
>
> Using the fallback 'C' locale.
What does "localedef --list-archive" say?
> Regarding libgrass_gis.so (at /usr/local/grass-6.4.0svn/lib):
>
> U bindtextdomain@@GLIBC_2.0
>
> No U dgettext, only :
> 00029f00 T G_gettext
> U dcgettext@@GLIBC_2.0
>
> Regarding g.parser (/usr/local/grass-6.4.0svn/bin):
>
> U G_gettext is present
Those all look okay (I suspect that dgettext() is a macro which uses
dcgettext). Except ... glibc 2.0 is pretty old; that might be causing
problems.
How old is your system? Which versions of libc are on it? Which
version does the /lib/libc.so.6 symlink point to?
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list