Return to BSD News archive
#! rnews 1266 bsd Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.mel.connect.com.au!news.mel.aone.net.au!grumpy.fl.net.au!news.webspan.net!www.nntp.primenet.com!nntp.primenet.com!news.mathworks.com!news.maxwell.syr.edu!mr.net!news-out.communique.net!news.ultranet.com!usenet From: "Tony Lu" <tony@aglance.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: How to make share libraries here ? Date: 6 Feb 1997 19:44:23 GMT Organization: Intuitive Technology Co. Lines: 14 Message-ID: <01bc1460$e89005e0$1a000015@withit.aglance.com> NNTP-Posting-Host: digit.aglance.com X-Newsreader: Microsoft Internet News 4.70.1155 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35339 I am tring to make some share libs on freebsd 2.1.0. I made library in my work directory, and made a application link against my library as an object, everything works fine till now, the application runs. THEN, I put the library in to /usr/lib , my application stop working unless I run it from /usr/lib directory. another question about the ld is : when I link my library, it give me tons of message talking about "RRS text relocation as 0x167d for ... ". is there a way to turn off this ? your help is highly appriciated.