[Mesa-dev] [Bug 47124] libEGL.la fails during linking

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 2 13:16:26 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=47124

--- Comment #3 from Mandeep Singh Baines <msb at chromium.org> 2012-04-02 13:16:26 PDT ---
I suspect this is fixed by:

http://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?id=ca760181b4420696c7e86aa2951d7203522ad1e8

commit ca760181b4420696c7e86aa2951d7203522ad1e8
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Fri Mar 16 12:55:40 2012 -0400

    shared-glapi: Convert to automake

    This fixes a build problem where EGL links to libgbm.la, which encodes
    a relative path to it's libglapi.so dependency.  The relative path
    breaks when the linker tries to resolve it from src/egl/main instead
    of src/gbm.  Typically we silently fall back to the system
    libglapi.so, which is wrong and breaks when there isn't one.

    Morale of the story: don't mix mklib and libtool.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list