On Mon, May 19, 2014 at 3:22 PM, Nils R <m...@hxgn.net> wrote: > Hi ports@, > > i'm currently porting the game engine for jagged alliance 2 [1] > to openbsd. If i clone the repository and do > > # pkg_add sdl gmake gcc g++ > $ CC=egcc CXX=eg++ gmake > > the program builds and runs fine. It also ships with unittests, > which all pass. However, i now tried to build a port (see > attachment). It also builds, but when i run the unittests, the > following line is printed: > > ja2:/usr/lib/libstdc++.so.57.0: /usr/local/lib/libestdc++.so.16.0 : > WARNING: symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, relink > your program > > What can i do to link against estdc++?
Not a real problem, it's just a warning.