Generate System Library File (.so)

bjorn rohde jensen shamus@tdcadsl.dk
Mon May 20 07:24:00 GMT 2002


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



More information about the Gcc-help mailing list