apenwarr-redo/docs/cookbook
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
..
c Fix some build problems on MacOS X. 2019-02-24 22:29:19 -05:00
container cookbook/container/kvm: better handling of \r\n line endings. 2019-02-20 19:14:37 -05:00
defaults Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
hello Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
latex Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
all.do Experimental new redoconf C/C++ build/autoconfiguration system. 2019-02-23 06:52:25 -05:00
clean.do cookbook/container: example of building+running docker containers. 2019-01-08 01:42:33 -05:00