James Brown: > Sorry if this is a bit of a basic question, but I?m trying to compile from > source on macOS 13.21.1 but the makefile has lines commented out. > > I'm trying: > > make -f Makefile.init makefiles \ > CCARGS='-DUSE_TLS -DUSE_SASL_AUTH \ ... > -DHAS_MYSQL -I/opt/homebrew/Cellar/mysql/8.0.32/include/' \ ...
Try using " instead of ' Someone has "improved"(*) the shell and broke command examples that I wrote 20+ years ago. Wietse (*) Or worse, some standard committee "improved" the spec.