compile python module in 64 bits
Yamei Feng <[email protected]>
| Newsgroups | gmane.comp.db.rrdtool.user |
|---|---|
| Message-ID | <[email protected]> |
Hi All,
I want to compile "py-rrdtool" in 64 bits. I am not familiar with Python.
In the Makefile, 32 bits version is compiled in default with the
following commands.
site-python-install: all
cd bindings/python && $(PYTHON) setup.py install $(if
$(DESTDIR),--root=$(DESTDIR))
Does anyone know how to pass -m64 compiling flag to build the 64 version
of the python module?
Thanks,
-- Yamei