Hi all, I cannot get Clearsilver compiled :-( clearsilver-0.10.4 and python 2.5 on Opensuse 10.2. My configure:
./configure --disable-apache --disable-csharp --disable-ruby \ --disable-perl --prefix=/usr/local/clearsilver-0.10.4 make && make install is fine. Now, I cd into python and call "python setup.py install". This results in lots of undefined symbols while building neo_cgi: -----8<--- /usr/lib/gcc/i586-suse-linux/4.1.2/../../../crt1.o: In function `_start': (.text+0x18): undefined reference to `main' /usr/lib/python2.5/config/libpython2.5.a(longobject.o): In function `PyLong_FromString': (.text+0x258a): undefined reference to `log' /usr/lib/python2.5/config/libpython2.5.a(longobject.o): In function `PyLong_FromString': (.text+0x25a1): undefined reference to `log' [lots of similar errors] /usr/lib/python2.5/config/libpython2.5.a(floatobject.o): In function `float_pow': (.text+0x2faf): undefined reference to `pow' /usr/lib/python2.5/config/libpython2.5.a(floatobject.o): In function `float_pow': (.text+0x3043): undefined reference to `fmod' collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 -----8<--- I need to get the pig flying, so any help is highly appreciated. Rainer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
