jvandal / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

not creating makefile on snow leopard #173

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I couldn't find anything on Google about this, but here's what happens: 

stephen-bussards-mac-mini:mod_wsgi-3.1 sbussard$ ./configure
checking for apxs2... no
checking for apxs... /usr/sbin/apxs
checking Apache version... 2.2.13
checking for python... /usr/bin/python
configure: creating ./config.status
config.status: creating Makefile
stephen-bussards-mac-mini:mod_wsgi-3.1 sbussard$ make
-bash: make: command not found

Original issue reported on code.google.com by thesa...@gmail.com on 10 Dec 2009 at 1:46

GoogleCodeExporter commented 8 years ago
On MacOS X you need to have installed the XCode developer tools from the Snow 
Leopard CD. If you have 
upgraded from Leopard you still need to do that as it removes the old developer 
tools.

In other words, it is /usr/bin/make which is missing, not the generated 
'Makefile'.

Original comment by Graham.Dumpleton@gmail.com on 10 Dec 2009 at 2:02

GoogleCodeExporter commented 8 years ago
No further response. Presumed that answer was correct.

Original comment by Graham.Dumpleton@gmail.com on 16 Dec 2009 at 12:02