From: SourceForge.net <no...@so...> - 2006-01-03 19:41:54
|
Bugs item #1396244, was opened at 2006-01-03 12:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113188&aid=1396244&group_id=13188 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Peter Staplin (georgeps) Assigned to: Nobody/Anonymous (nobody) Summary: SHLIB_LD assumes gcc is linking Initial Comment: I had to make this change to get the tclplugin to compile in NetBSD 3.0: $ diff Makefile.orig Makefile 95c95 < SHLIB_LD = ld -Bshareable -x -Wl,-rpath,${LIB_RUNTIME_DIR} --- > SHLIB_LD = ld -Bshareable -x -rpath ${LIB_RUNTIME_DIR} ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113188&aid=1396244&group_id=13188 |