Re: Finally!!!



If the package is not set up correctly, gettext will cause problems on
systems where gettext is not part of the C library (I think most
non-linux systems and libc5 linux systems fall into this category).  This
is usually due to the progname_LDADD variable in the Makefile.am missing
$(INTLLIBS) at the end.

As for the black backgrounds problem, this is to do with the output of the
file command being different on slackware when compared to every other
linux distribution I know of for ELF executables.  I am not sure whether
libtool has been fixed in the latest snapshots to recognise slackware
systems correctly.  You may be able to fix the problem by editing the
libtool script of imlib after configuring the package, and finding the
line that sets the check_shared_deplibs_method variable, and changing its
value to pass_all.

James Henstridge.

--
Email: james@daa.com.au
WWW:   http://www.daa.com.au/~james/


On Sun, 14 Mar 1999, Spud wrote:

>     After almost 3 weeks of tweaking, i finally got GNOME up and running!!
> And, all I have to say is WOW. Although enough of this has been said, I
> *really* like this thing. I thought I would pass along a few pointers for
> anyone who cares, and also ask a few questions.
> 
> Pointers:
>     I installed on a slackware 3.6 system, and even with gettext 10.35
> installed, I had to compile everything with ./configure --disable-nls. The
> make's would always bomb with undefined refs. to 'bindtextdomain' and
> 'textdomain'. Also, I always got messages that dcgettext didn't exist, but
> xgettext did...? Didn't try using --with-included-gettext, though. And why
> is gettext a default option in configure scripts? Seems to make more
> problems than it solves. Oh well.
> 
> Questions:
>     Icons placed by gmc on the desktop have a black rectangle around them,
> rather than the background. Also happens with GQMpeg...how do I fix this?
>     How do I mount cdrom's and the like through gmc? (4.5.25)
>     How do I move the enlightenment buttons? (I know, this is a VERY FAQ,
> and I know all about ctrl+alt+a, b, and c)
> 
> Well, thats all I can think of for now...but rest assured, more will be
> coming shortly! :)
> 
> 
> -- 
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail gnome-list-request@gnome.org with 
>                        "unsubscribe" as the Subject.
> 



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