This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: ld issues


Steve Pribyl writes:
 > When you guys are done....
 > 
 > What is the proper way to create a shared library from a set of .o files 
 > in this case generated from *.java files.

gcj -shared -o foo.so foo.o bar.o baz.o

Andrew.


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