Re: GNOME vs GNU gcc & glibc



Sergio Brandano <sb@dcs.qmw.ac.uk> writes:
[snip]
> > 3. GNU gettext.
>  
> > I want gettext.
> >> You NEED gettext.  Gettext version 0.10.35, to be precise:
> >> ftp://alpha.gnu.org/pub/gnu/gettext-0.10.35.tar.gz
> 
>  I have exactly that gettext installed.
>  Still I get the following:
> 
> ...
> >lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb -lglib -ldl
> >/sw/gnome/lib/libgnomeui.so: undefined reference to `dgettext'
> >/sw/gnome/lib/libgnomeui.so: undefined reference to `gettext'
> >/sw/gnome/lib/libgnome.so: undefined reference to `bindtextdomain'
> >make[2]: *** [cddbslave] Error 1
> >make[2]: Leaving directory `/sw/src/gnome/gnome-media-1.0.1/cddbslave'
> >make[1]: *** [all-recursive] Error 1
> >make[1]: Leaving directory `/sw/src/gnome/gnome-media-1.0.1'
> >make: *** [all-recursive-am] Error 2

Do you install `gettext' *after* you started getting these error
messages?  Try the following

  $ cd /path/to/build/of/gnome-media
  $ rm -f config.cache
  $ ./config.status --recheck && ./config.status
  $ make

Are you getting this problem only for `gnome-media', or for other
packages too?

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]