Return to BSD News archive
#! rnews 1136 bsd Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!news-res.gsl.net!news.gsl.net!bloom-beacon.mit.edu!spool.mu.edu!howland.reston.ans.net!EU.net!news.eunet.cz!usenet From: Petr Kodl <pecold@rockwell.cz> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Proble: Dynamically loaded C++ libraries Date: Thu, 27 Jun 1996 19:24:13 +0000 Organization: Rockwell Automation, s.r.o. Lines: 15 Message-ID: <31D2DFDD.41C67EA6@rockwell.cz> NNTP-Posting-Host: merlin.research.rockwell.cz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; BSD/386 uname failed) I suppose, this is not first question of this kind. So, how can I create shareable C++ library. I've tried to find the rules bsd.lib.mk, but there are just rules present for .c files. 1. Do the C++ rules work the same, or do I need to use some special rules or additional tools. ? 2. Do I need to make any changes into my C++ sources comaring to static version of library ? Could someone can send me Makefile example or some good reference ??? Thank you in advance Petr