Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2004 00:27:02 +1100
From:      Gautam Gopalakrishnan <ggop@madras.dyndns.org>
To:        niraj kumar <nirajkumar_ait@yahoo.co.in>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: shared objects(.so files)
Message-ID:  <20040102132702.GA82700@madras.dyndns.org>
In-Reply-To: <20040102131638.46915.qmail@web8304.mail.in.yahoo.com>
References:  <20040102131638.46915.qmail@web8304.mail.in.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 02, 2004 at 01:16:38PM +0000, niraj kumar wrote:
> i want to create shared objects (.so files) in freebsd what is
> the command and the parameters for that.

I think it's:
$ gcc -shared -o libname.so (object files)

Gautam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040102132702.GA82700>