Im stucked installing the boost numeric bindings under MacOS X. When I do the 'make install' I get the following error in the prompt:
install: illegal option -- D
As far as I could discover by googling ( http://unixhelp.ed.ac.uk/CGI/man-cgi?install ) the '-D' option is not included in the BSD 'make install' program (and -d is something completely different).
Removing the '-D' option does not help either because the directories are not there, error: 'No such file or directory'.
Some people ( http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=629&sid=15de9bdc914090d791db75b6e90762d3 ) created all the directories by hand trying to fix the same error but still got problems. Even if it should work, that doesn't seem like a very nice long term fix.
You can just copy the files, or use the headers in-place. The install doesn't do anything magical. HTH, -- AndreasKloeckner 2011-07-29 16:17:23
