Hi Bryan, 2016-08-25 19:43 GMT+02:00 Bryan Drewery <bdrew...@freebsd.org>: >>> readelf -a /lib/libc.so.7|grep basename >> 2149: 0000000000076200 231 FUNC GLOBAL DEFAULT 11 >> basename@@FBSD_1.0 (2) >> 2514: 0000000000076140 184 FUNC GLOBAL DEFAULT 11 >> basename_r@@FBSD_1.2 (4)
I think the reason for this is that I haven't made any changes to the underlying basename() function (yet); only to dirname(). So there is no basename@FBSD_1.0. Only basename@@FBSD_1.0 (to indicate it's the latest version against we should link). What happens if you s/__sym_compat/__sym_default the basename() line? -- Ed Schouten <e...@nuxi.nl> Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"