On Sat, May 13, 2023 at 08:42:58PM -0400, Thomas Frohwein wrote:
> On Sat, May 13, 2023 at 10:04:26PM +0200, Theo Buehler wrote:
> > > Missing: c++.9 (/usr/local/lib/libSDL2_image.so.1.0) (system lib)
> > > Missing: c++abi.6 (/usr/local/lib/libSDL2_image.so.1.0) (system lib)
> > > WANTLIB += ${COMP
On Sat, May 13, 2023 at 10:04:26PM +0200, Theo Buehler wrote:
> > Missing: c++.9 (/usr/local/lib/libSDL2_image.so.1.0) (system lib)
> > Missing: c++abi.6 (/usr/local/lib/libSDL2_image.so.1.0) (system lib)
> > WANTLIB += ${COMPILER_LIBCXX}
> >
> > However, the build log doesn't have any use of c++
> Missing: c++.9 (/usr/local/lib/libSDL2_image.so.1.0) (system lib)
> Missing: c++abi.6 (/usr/local/lib/libSDL2_image.so.1.0) (system lib)
> WANTLIB += ${COMPILER_LIBCXX}
>
> However, the build log doesn't have any use of c++ in it. I'm a little
> puzzled by this, and would like to double-check if
Hi,
This diff below is based on a suggested update that Brad sent me. One
issue is that it looks based on `make port-lib-depends-check` like the
library now links to c++ libs:
Missing: c++.9 (/usr/local/lib/libSDL2_image.so.1.0) (system lib)
Missing: c++abi.6 (/usr/local/lib/libSDL2_image.so.1.0)