[Tutor] need some help

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Tue, 11 Sep 2001 12:19:37 -0700 (PDT)


On Mon, 10 Sep 2001, Sreenidhi.B.G wrote:

> can you please help me link this to python library. We are working on
> Linux7.1.and we are using python 1.5

Hello!  Have you looked at the example Demos/Embed directory?  It comes
with the Python source, and is a good example on getting this sort of
stuff working. The Makefile, in particular, has the flags you'll want to
link to the Python library.

You might also look at:

    http://www.python.org/doc/current/ext/link-reqs.html

which explains a little more about the linking requirements.

Hope this helps!