#17173: kdelibs 3.5.8-3 Build error - linking problems ---------------------------------+------------------------------------------ Reporter: coleman@nitroy.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: kdelibs3 | ---------------------------------+------------------------------------------ Comment(by coleman@nitroy.com): Replying to [comment:3 blb@…]:
That is most odd, syslog() should be in libSystem which should be linked in (it also provides string functions which are used by the same file that's using that syslog()). Compiling here (also 10.5.5, Xcode 3.1.1), it builds just fine.
Just to be absolutely sure, what is the result of running: {{{ nm /usr/lib/libSystem.B.dylib |grep _syslog }}}
{{{ 000d81ca T _asl_syslog_faciliy_name_to_num 0002ddb2 T _asl_syslog_faciliy_num_to_name 0005ae76 T _syslog }}} Very strange indeed. I don't see libsystem in the build log but does it need to be there? Problem with my setup then I guess. -- Ticket URL: <http://trac.macports.org/ticket/17173#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS