You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh good, sorry I didn't check. It would be nice if that could be documented somewhere, specially the -x c++ parameter, which I've had to use in the discovery binary as well. Thanks for all the work on dune, tho, it's a great tool.
I just finished converting
ocaml-taglib
todune
and I was surprised to discover that I have to manually add-lstdc++
to the linker flags here: https://github.com/savonet/ocaml-taglib/blob/master/src/config/discover.ml#L31 otherwise, the flag isn't registered with the library which prevents linking binaries using it.Is that intended? Shouldn't
dune
be doing some of the lifting since it is aware that it's dealing with C++ linked code?The text was updated successfully, but these errors were encountered: