On Oct 22, 2006, at 19:40, Brian Myers wrote:
I asked a little while ago about my failing wxWidgets install. Got a good suggestion, but it didn't work. I've recently cleaned the installation, did a port -d selfupdate and tried the install again. It still fails, but the failure looks a little different now, though it still seems to be related to dylib not being prebound.
Any more suggestions out there?
[snip]
ld: warning prebinding disabled because dependent library: /opt/ local/lib/libiconv.2.dylib is not prebound ld: Undefined symbols: __ZN8wxWindow8ReparentEP12wxWindowBase /usr/bin/libtool: internal link edit command failed make: *** [lib/libwx_macu_gl-2.6.0.3.1.dylib] Error 1
Prebinding is a performance enhancement, so that shouldn't ever be required. I think the real error is the missing __ZN8wxWindow8ReparentEP12wxWindowBase symbol, but I don't know what to do about that.