I try to use Pyapache-2.43 with Apache-1.2.4.
Compiling works fine, but when linking i get an error: missing
referenc "sin", "cos", ... in module cmathmodule.o
What did i wrong?
I did the following steps:
1. Copy Python-1.4 and Apache-1.2.4 into /usr/local/src/python and
.../apache
2. Compile Python-1.4
3. Copy PyApache-2.43 in ..../python/src
4. Modify configuration file
5. Run Configure
6. Run make
7. Get an Error during Linking
Thanks for help!