This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/11420] undefined reference to "fmod", "dlopen", "sem_wait", "openpty"


https://sourceware.org/bugzilla/show_bug.cgi?id=11420

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Simon Marchi <simark@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bf27f0e2c76839af8524e053cca271934150a90c

commit bf27f0e2c76839af8524e053cca271934150a90c
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Fri May 4 10:07:58 2018 -0400

    configure uses incorrect link order when testing libpython

    References:

    https://stackoverflow.com/a/49868387
    https://sourceware.org/bugzilla/show_bug.cgi?id=11420

    Configure uses "gcc -o conftest -g ... conftest.c -ldl -lncurses -lm -ldl
    ... -lpthread ... -lpython2.7" when deciding whether give libpython is
    usable.

    That of course is the wrong link order, and only works for shared libraries
    (mostly by accident), and only on some systems.

    gdb/ChangeLog:

        PR gdb/11420
        * configure.ac: Prepend libpython.
        * python/python-config.py: Likewise.
        * configure: Regenerate.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]