[hackers] problems linking again in x86_64
Matthew D. Swank
akopa at charter.net
Sat Apr 26 22:24:15 CEST 2008
On Sat, 26 Apr 2008 15:09:02 +0200
Hannes Mehnert <hannes at mehnert.org> wrote:
> Hi,
>
> opendylan links dynamically against GTK. I encountered the problem
> that Ubuntu does contain /usr/lib32/libgtk-x11-2.0.so.0.1200.0
> (e.g.), but not a symlink from /usr/lib32/libgtk-x11-2.0.so; thus, ld
> is not able to locate the libraries. A workaround is to manually
> create those symlinks.
>
>
> Hannes
>
Thanks, that (eventually) worked.
For the record, in ubuntu hardy, in /usr/lib32, I had to create the
following links:
ln -s libgtk-x11-2.0.so.0 libgtk-x11-2.0.so
ln -s libgdk-x11-2.0.so.0 libgdk-x11-2.0.so
ln -s libatk-1.0.so.0 libatk-1.0.so
ln -s libgdk_pixbuf-2.0.so.0 libgdk_pixbuf-2.0.so
ln -s libpangocairo-1.0.so.0 libpangocairo-1.0.so
ln -s libfontconfig.so.1 libfontconfig.so
ln -s libXext.so.6 libXext.so
ln -s libXrender.so.1 libXrender.so
ln -s libXinerama.so.1 libXinerama.so
ln -s libXi.so.6 libXi.so
ln -s libXrandr.so.2 libXrandr.so
ln -s libXcursor.so.1 libXcursor.so
ln -s libXfixes.so.3 libXfixes.so
ln -s libpango-1.0.so.0 libpango-1.0.so
ln -s libcairo.so.2 libcairo.so
ln -s libX11.so.6 libX11.so
ln -s libgobject-2.0.so.0 libgobject-2.0.so
ln -s libgmodule-2.0.so.0 libgmodule-2.0.so
ln -s libgthread-2.0.so.0 libgthread-2.0.so
ln -s libglib-2.0.so.0 libglib-2.0.so
Matt
More information about the hackers
mailing list