Re: [gtk-list] GTK Compiling problem ! DESPERATE ! PLEASE HELP !!!





It sounds like you might have another version of glib/gtk installed
somewhere else which happens to be another version? This might
be the case if your path includes /usr/local/bin where you
installed the gtk-config for 1.2.2 but your environment
variable LD_LIBRARY_PATH (which specifies where to find
libraries) doesn't include /usr/local/lib and thus defaults
to the standard system directories where another copy
might be pre-installed. What you want to do is this:

LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
  or
LD_LIBRARY_PATH=/usr/local/lib:/lib:/usr/lib:/usr/X11R6/lib
  which is what I do on my system
export LD_LIBRARY_PATH

This will add /usr/local/lib to your library search path and at
least make sure that you're linking with the correct libraries ...

Hope this helps
-->R




Marcel Rosca <marco@magnat.pub.ro> on 05/02/99 06:36:28 AM

Please respond to gtk-list@redhat.com

To:   gtk-list <gtk-list@redhat.com>
cc:    (bcc: Robert Gasch/PeopleSoft)
Subject:  [gtk-list] GTK Compiling problem ! DESPERATE ! PLEASE HELP !!!




Hi there !

I'm trying for days to compile gtk+-1.2.2, but every time I get the same
error: undefined reference to 'dgettext'. I have read the install file for
hundreds times, I have made all kind off modifications, but.... nothing.
Please ! Someone help me ! I'm desperate !

P.S. I'm running Slackware Linux 2.0.35.

Greetings,
Marcel Rosca
www.marco.pub.ro

--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null










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