#30597: neon @0.29.6 Build/Linking failure - undefined symbol _libintl_dgettext ---------------------------------+------------------------------------------ Reporter: me@… | Owner: dluke@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Resolution: | Keywords: Port: neon | ---------------------------------+------------------------------------------ Changes (by lhunath@…): * status: closed => reopened * resolution: worksforme => Comment: Same issue here. {{{ /bin/sh ../libtool --quiet --mode=link /Developer/usr/bin/clang -no- undefined -L/opt/local/lib -arch x86_64 -flat_namespace -rpath /opt/local/lib -version-info 29:6:2 -export-symbols-regex '^ne_[^_]' -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_i18n.lo ne_pkcs11.lo ne_socks.lo ne_ntlm.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo ne_oldacl.lo ne_acl3744.lo ne_openssl.lo -lz -L/opt/local/lib -lssl -lcrypto -lz -dynamic -Wl,-search_paths_first -lkrb5 -lexpat Undefined symbols for architecture x86_64: "_libintl_dgettext", referenced from: _body_fd_send in ne_request.o _ne_read_response_block in ne_request.o _ne_begin_request in ne_request.o _send_request in ne_request.o _read_response_headers in ne_request.o _aborted in ne_request.o _ne_read_response_to_fd in ne_request.o ... "_libintl_bindtextdomain", referenced from: _ne_i18n_init in ne_i18n.o "_libintl_bind_textdomain_codeset", referenced from: _ne_i18n_init in ne_i18n.o }}} With only these libraries being linked inm which is supposed to provide these symbols? {{{ -lz -lssl -lcrypto -lz -lkrb5 -lexpat }}} -- Ticket URL: <https://trac.macports.org/ticket/30597#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS