This is the mail archive of the cygwin mailing list for the Cygwin 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: Python enabled GDB (Archer) -Help


Sreejith,

On Tue, May 19, 2009 at 04:04:06PM +0530, Sreejith wrote:
> The observation is that python static library (in case of linux-
> libpython2.5.so in /usr/lib/) is missing in cygwin and that is exactly
> what gcc is complaining when building gdb (please refer to the config
> log in my previous post). I dont know whether this is handled
> differently in cygwin. Please give your suggestions.

Can you get configure to add "-L/usr/lib/python2.5/config" when linking?
I think the following should work:

    $ LDFLAGS=-L/usr/lib/python2.5/config configure ...

Does this solve the problem?

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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