This is the mail archive of the gdb-patches@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]

Re: FYI: WIP patch to build GDB with Python on MinGW


> Date: Thu, 20 Jan 2011 20:14:33 -0500
> From: Joel Brobecker <brobecker@adacore.com>
> 
>        b. the python library in the <root>/Lib directory

I think it's in <root>/libs, actually.  What's in <root>/Lib is the
set of *.py Python library modules.

>           and is named libpython27.a (not '.' in the version number,
>           unlike on Unix where it's libpython2.7.a).  Note that despite
>           the .a filename extension, it's NOT an archive (it sorta points
>           to the DLL, so at the end GDB is linked against the DLL which
>           is in the <root> directory).

I think libpython27.a _is_ an archive (try "ar tv" on it).  I believe
this is a so-called "import library" used to link programs against the
corresponding DLL.


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