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



I've gotten this error once or twice in the past from some applications and it
turned out it had to be linked with libintl (add -lintl to the gcc command
line), which I believe is part of gettext.  I never did get the problem fixed
and have since reinstalled but perhaps that can point you in the right
direction.  Hope this helps some.

-Scott

On 02-May-99 Marcel Rosca wrote:
> I make all the modifications you told me, but I get the same error.
> The bad thing is that the compiling process takes 25 min. and the error
> appears in the end. 
> 
> Greetings,
> Marcel Rosca
> www.marco.pub.ro
> On Sun, 2 May 1999 Robert_Gasch/PeopleSoft@peoplesoft.com wrote:
> 
>> 
>> 
>> 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
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> -- 
>> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
>> 
> 
> -- 
> 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]