2008/12/17 Graham Dumpleton <[email protected]>: >> configure-options = >> CFLAGS="-fPIC -L/usr/lib64 -I${python:location}/include -L$ >> {python:location}/lib" >> CXXFLAGS="-L/usr/lib64 -I${python:location}/include -L$ >> {python:location}/lib" >> LDFLAGS="-Wl,-L${python:location}/lib -F${python:location} - >> Wl,-rpath,${python:location}/lib/python2.5/config/" >> --with-apxs=${apache:location}/bin/apxs >> --with-python=${python:location}/bin/python > > It is that LDFLAGS here is using -Wl, is the problem as my new > configure script also adds that. Had to do this as otherwise will not > work with APR 1.4 used in Apache 2.3/2.4. I will need to be a bit > smarter and not add it if already present.
Version of mod_wsgi in subversion should now not screw up on your -Wl, flags. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
