apenwarr-redo/docs/cookbook/c/rc
Avery Pennarun 328d4ead7a Fix some build problems on MacOS X.
- Linking shared libraries needs slightly different options.

- We were trying to detect mach_time.h but needed to detect
  mach/mach_time.h instead.

While we're here, add a --disable-shared option to ./configure, which
is different from --enable-static.  --disable-shared does not build
*new* share libraries, but doesn't pass -static to the linker
(apparently there is no static linking posible on MacOS).
2019-02-24 22:29:19 -05:00
..
clock_gettime.rc.od redoconf: clock_gettime() detection needs to depend on -lrt. 2019-02-23 15:51:30 -05:00
extra.rc.od Experimental new redoconf C/C++ build/autoconfiguration system. 2019-02-23 06:52:25 -05:00
posix.rc.od Fix some build problems on MacOS X. 2019-02-24 22:29:19 -05:00
printf_lld.rc.od Experimental new redoconf C/C++ build/autoconfiguration system. 2019-02-23 06:52:25 -05:00