Skip to content

Commit

Permalink
snappy 0.0.1 seems unbuildable
Browse files Browse the repository at this point in the history
I can reproduce the build error from the CI on my machine:

```
$ ocamlfind ocamlopt -g -I src -linkpkg -I src src/snappy.cmxa test.cmx -o test.native
/usr/bin/ld: src/libsnappy_stubs.a(snappy_stubs.o): undefined reference to symbol '_ZTISt9exception@@GLIBCXX_3.4'
//usr/lib64/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking
Command exited with code 2.
```
  • Loading branch information
gasche committed Apr 2, 2018
1 parent 519e0e7 commit de99d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/snappy/snappy.0.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ depends: [
"conf-snappy"
]
install: ["ocaml" "setup.ml" "-install"]
available:[false]

0 comments on commit de99d2a

Please sign in to comment.