Opened 10 years ago

Last modified 6 years ago

#45287 closed defect

OpenSceneGraph build against libstdc++ (should be libc++) — at Version 1

Reported by: hartmut@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: OpenSceneGraph

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Seems OpenSceneGraph is being built with gcc or for some other reason linked against libstdc++

otool against libosg.dylib reveals:

Load command 13
          cmd LC_LOAD_DYLIB
      cmdsize 56
         name /usr/lib/libstdc++.6.dylib (offset 24)

Hence, mixing with other libraries (such as OpenCV) is not possible. This is on Mavericks without any modifications (fresh MacPorts install).

Change History (1)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: OpenSceneGraph added; openscenegraph removed
Note: See TracTickets for help on using tickets.