Re: linking problems

2019-12-08 Thread Werner LEMBERG
> Probably the problem is that you have specified CXX=clang-mp-9.0 -- > that's a C compiler. You want the C++ compiler here: > CXX=clang++-mp-9.0 Doh. That's it. I was blind. Fortunately I did first ask here before investing hours into delving this non-issue. Thanks a lot! Werner

Re: linking problems

2019-12-08 Thread Ryan Schmidt
On Dec 8, 2019, at 18:32, Werner LEMBERG wrote: > > On my Mac Lion box running an up-to-date MacPorts, for experimentation > reasons I try to build the current git version of lilypond directly > from the repository – this is, I use the MacPorts infrastructure for > compilation with a recent clang

linking problems

2019-12-08 Thread Werner LEMBERG
On my Mac Lion box running an up-to-date MacPorts, for experimentation reasons I try to build the current git version of lilypond directly from the repository – this is, I use the MacPorts infrastructure for compilation with a recent clang version, but without any adaptations of lilypond's source