This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: Python gcc compile error: cannot find -lpython2.3
[I would have responded sooner, but I have been on vacation.]
On Sat, Aug 16, 2003 at 08:30:14PM +0200, Gerrit P. Haase wrote:
> Am Samstag, 16. August 2003 um 19:20 schriebst du:
> > I didn't find 'libpython2.3.a' anywhere in my system. The only files
> > that come up were:
>
> > root@w2kpicasso:/# ls /bin/libpyt* /lib/python2.3/config/libpytho*
> > /bin/libpython2.3.dll /lib/python2.3/config/libpython2.3.dll.a
> This ^^^ is -lpython2.3
> Just add the path to the linkline:
> -L/usr/lib/python2.3/config -lpython2.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^
The above should be added to the link line automatically by distutils.
I'm not sure why it isn't happening in Jari's case.
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/