This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Generate System Library File (.so)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]