Re: [gtk-list] gtk+ compilation error.





It would seem that you are linking against a second (older) version
that is installed somewhere else on your system ... make sure you
are linking against the libs you installed by pointing the linker to
/usr/local/lib before the system lib paths ... you can use the environment
variable LD_LIBRARY_PATH for this:
     LD_LIBRARY_PATH=/usr/local/lib:/lib:/usr/lib:/usr/X11R6/lib
is what I do on my machine ...

--> Robert




Peter Roosdorp <concept@wildrose.org> on 05/09/99 08:14:53 PM

Please respond to gtk-list@redhat.com

To:   gtk-list@redhat.com
cc:    (bcc: Robert Gasch/PeopleSoft)
Subject:  [gtk-list] gtk+ compilation error.




Hello everybody.
I was wondering if anybody can help me
with a little problem.

I have tried to compile following versions:
gtk+ 1.2.0
gtk+ 1.2.2
gtk+ CVS
I get the same error msg with 1.2.0 and 1.2.2:
--Snip--
.libs/libgtk.so: undefined reference to `dgettext'
make[2]: *** [testgtk] Error 1
make[2]: Leaving directory `/source/gtk+-1.2.2/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/source/gtk+-1.2.2'
make: *** [all-recursive-am] Error 2
--End Snip--
and with gtk+ CVS I can't even run ./autogen.sh correctly.
If anybody can help me I would be very thankful =)
/Peter R.

--
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]