Re: Building Python with gdbm support
I've actually sorted myself out. I updated Modules/Setup.dist, so that
it has the following line...
gdbm gdbmmodule.c -I/ct/ctapp/gnu/bin/gdbm-1.8.3/include
-L/ct/ctapp/gnu/bin/gdbm-1.8.3/lib -lgdbm
Rebuilt everything in Python. I also had to ensure that my environment
using the newly-built Python contained the gdbm/lib directory in it's
LD_LIBRARY_PATH (the same value as what's passed to -L in the above
line).
I'm assuming this is alright. I guess if I change anything, I have to
remember to update Setup.dist. If I'm missing a step, or if there's an
easier way, I'm all ears... :)
Thanks,
Ed
.
Relevant Pages
- Re: Qt programming
... but the OS and environment is more develoed in ... > graphical option, that of the gimp toolkits, the gtk libraries. ... Python bindings to any of them ... (freebsd-questions) - Re: Python component model
... time environment will present default property editors for each ... Uniform in the sense that a visual RAD tool introspecting a Python class would be able to say that s type X is a component property and type Y is a component event, and everything is is just normal Python code which the RAD tool can ignore. ... (comp.lang.python) - Re: Python-URL! - weekly Python news and links (Dec 4)
... development environments (in the context of things Alan Kay presented at ... But the only thing about Python here is "(Is somebody going ... different ideas in an interactive graphical environment based on ... The Sugar environment is the user interface for the OLPC project. ... (comp.lang.python) - Re: how to get rid of pyc files ?
... Options and arguments (and corresponding environment variables): ... ignore PYTHON* environment variables ... inspect interactively after running script; ... The default module search path uses /pythonX.X. ... (comp.lang.python) - Re: Will Python on day replace MATLAB?????????????????????????????????????????????????????
... I have been evaluating the python environment ever more closer. ... believe I can interface python with a development environment known as ... I would especially love to interface Python ... (comp.lang.python) |
|