[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 6a950d: [ocaml] [sim] Switched
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 6a950d: [ocaml] [sim] Switched to dynamic linking on OS X. |
Date: |
Mon, 23 Mar 2015 09:32:27 -0700 |
Branch: refs/heads/ocamlbuild
Home: https://github.com/paparazzi/paparazzi
Commit: 6a950da6f423be13969da108a013afd24527b609
https://github.com/paparazzi/paparazzi/commit/6a950da6f423be13969da108a013afd24527b609
Author: Piotr Esden-Tempski <address@hidden>
Date: 2015-03-23 (Mon, 23 Mar 2015)
Changed paths:
M conf/Makefile.sim
Log Message:
-----------
[ocaml] [sim] Switched to dynamic linking on OS X.
An interesting lesson here is that ocamlc assumes that all .so files are
shared libraries. It does not do the same for .dylib files. This is why
we have to compile a dylib and save it away as a .so so that ocamlc is
able to do the right thing.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 6a950d: [ocaml] [sim] Switched to dynamic linking on OS X.,
GitHub <=