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





That depends ... you don't *have* to remove them
but you could ... how you do this is a little dependant
on your Linux distribution ... on RedHat you'd use rpm ...

You can find the old libs by doing:
     locate libgtk

This will list all gtk libraries on your system, amongst
which should be the duplicate ones ...

Greetings
--> Robert




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

Please respond to gtk-list@redhat.com

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




How would I find the old libs?
Shouldn't I remove them?
/Peter

On Sun, 9 May 1999 robert_gasch@peoplesoft.com wrote:

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

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