shared objects(.so files)

Gautam Gopalakrishnan ggop at madras.dyndns.org
Fri Jan 2 05:28:36 PST 2004


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



More information about the freebsd-questions mailing list