Date: Sun, 23 Apr 1995 09:48:06 +0300 (IDT) From: Gennady Sorokopud <gena@NetVision.net.il> To: hackers@FreeBSD.org Subject: library conversion Message-ID: <199504230648.JAA29346@Burka.NetVision.net.il>
next in thread | raw e-mail | index | archive | help
Hello! Is there any way to convert static library to shared? I succeded once with: ar x libxxx.o ld *.o -Bshareable -o libxxx.so.1.0 But now when i try to run a program linked with such library i get : ld.so failed :-( Any ideas?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504230648.JAA29346>