This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Generate System Library File (.so)
- From: bjorn rohde jensen <shamus at tdcadsl dot dk>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 20 May 2002 16:19:09 +0200
- Subject: Re: Generate System Library File (.so)
- References: <OKELKEGKKOINCPCMEJFIAEBFCMAA.astone@brightlane.com>
- Reply-to: shamus at tdcadsl dot dk
Hi Andrew,
You can do something like;
g77 -shared -o libtest.so.0.0.0 test.o
I hope, you are aware of the problems with linking
object files generated from different languages
and/or compilers.
Yours sincerely,
bjorn