Code: Alles auswählen
$ CPPFLAGS="-Ic/python26/include -L/c/python26/libs" ./configure --with-python
Code: Alles auswählen
$ make CPPFLAGS="-I/c/python26/include -L/c/python26/libs" &> make_output.txt
Code: Alles auswählen
$ CPPFLAGS="-Ic/python26/include -L/c/python26/libs" ./configure --with-python
Code: Alles auswählen
$ make CPPFLAGS="-I/c/python26/include -L/c/python26/libs" &> make_output.txt
Code: Alles auswählen
CPPFLAGS="-I c:\python26\include" ./configure --with-python
make