Opened 11 years ago
Closed 11 years ago
#41301 closed defect (fixed)
qt4-mac: Warning about libstdc++ after installation
Reported by: | mf2k (Frank Schima) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | mavericks | Cc: | cooljeanius (Eric Gallager) |
Port: | qt4-mac |
Description
I have the qt4-mac port installed on Mavericks. However, I always see the following warning after building ports:
---> Updating database of binaries: 100.0% ---> Scanning binaries for linking errors: 52.4% Warning: /opt/local/bin/qmake uses /usr/lib/libstdc++.6.dylib as C++ standard library although macports::cxx_stdlib is set to libc++.
$ port -d installed qt4-mac The following ports are currently installed: qt4-mac @4.8.5_0 (active) platform='darwin 13' archs='x86_64'
Change History (3)
comment:1 Changed 11 years ago by michaelld (Michael Dickens)
comment:3 Changed 11 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r113176. No rev bump since this is not a critical issue.
Note: See
TracTickets for help on using
tickets.
I saw that too, and I'm working on it. QMake does a great job of shielding itself from anything external, so this has to be a flag setting or a patch to its internals.