Hallo Jari,
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:
> [EMAIL PROTECTED]:/# 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
Gerrit
--
=^..^=
--
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/