When building tcl8[45] or tk8[45] with clang the build fails with: clang -shared -o libtcl85.so.1 <load of .o files> -lm -soname libtcl85.so.1 -rpath /usr/local/lib clang: error: no such file or directory: 'libtcl85.so.1' *** Error code 1 Use -Wl syntax with -soname will fix it.
Responsible Changed From-To: freebsd-ports-bugs->mm Assign to maintainer
mm 2010-12-09 08:48:49 UTC FreeBSD ports repository Modified files: lang/tcl84/files patch-configure lang/tcl85/files patch-unix-configure x11-toolkits/tk84/files patch-aa x11-toolkits/tk85/files patch-unix::configure Log: - Unbreak build with clang PR: ports/152842 Submitted by: Koop Mast <kwm@FreeBSD.org> Revision Changes Path 1.12 +5 -5 ports/lang/tcl84/files/patch-configure 1.5 +15 -6 ports/lang/tcl85/files/patch-unix-configure 1.24 +5 -5 ports/x11-toolkits/tk84/files/patch-aa 1.6 +14 -5 ports/x11-toolkits/tk85/files/patch-unix::configure _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!