shared objects(.so files)

2004-01-02 Thread niraj kumar
i want to create shared objects (.so files) in freebsd what is the command and the 
parameters for that.
 
  niraj

Yahoo! India Matrimony: Find your partner online.Post your profile.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: shared objects(.so files)

2004-01-02 Thread Gautam Gopalakrishnan
On Fri, Jan 02, 2004 at 01:16:38PM +, 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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]