Closed dpo closed 8 years ago
Hi Dominque,
I had to revert some of your changes to the makefile for ldl_driver. I am all for keeping the .o files to speed up compilation, but I couldn't get your change to work when the source directory had spaces in its path name ($(PWD) failed to escape the spaces). Even after I escaped the spaces, there were issues.
Two questions:
I'll admit that I stopped worrying about paths with spaces many years ago! Feel free to restore .
instead of $(PWD)
if that resolves it.
A clang++ build is possible on OSX with these changes. A user should set
MATLABDIR
before invokingmake
. For example,(on Linux) or
(on OSX). On Windows, I'm not so sure.