[Tclplugin-core] [ tclplugin-Bugs-1396244 ] SHLIB_LD assumes gcc is linking
by SourceForge.net other posts by this author
Jan 11 2006 5:52PM messages near this date
[Tclplugin-core] [ tclplugin-Bugs-1534482 ] Server interaction not working under Linux
|
[Tclplugin-core] RE: itcl and tclplugin
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
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Tclplugin-core mailing list
Tclplugin-core@[...].net
https://lists.sourceforge.net/lists/listinfo/tclplugin-core
|