*** This bug is a duplicate of bug 274732 ***
    https://bugs.launchpad.net/bugs/274732

i'm using the autoconf tools to build a custom project.
libtool uses the .la files to locate the .so files during
build.

specifically this is where the dependency lies.
in my configure.ac i have:

pkg-config --libs gtkmm-2.4

which resolves to this:

-lgtkmm-2.4 -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4
-lcairomm-1.0 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0
-lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0
-lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0

so even though i don't use pango in my project it's part of the
gtkmm dependices.

libtool is the one responsible for changing the -lpangomm-1.4 into
a need for libpangomm-1.4.la

hope this helps.

thanks!

jason

On Sun, Sep 28, 2008 at 2:49 AM, Murray Cumming <[EMAIL PROTECTED]>
wrote:

> I think you should mention the actual problem that you are having rather
> than just the symptom.  I am not 100% sure that Ubuntu even distributes
> .la files generally.
>
> You might also tell us what libpangomm* files you have in /usr/lib/.
>
> Sorry, I'm not using Intrepid yet.
>
> --
> libpangomm-1.4.la missing
> https://bugs.launchpad.net/bugs/272665
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
libpangomm-1.4.la missing
https://bugs.launchpad.net/bugs/272665
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to