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: Need your help about GCJ


Ranjit Mathew writes:
 > sundy wrote:
 > > Dear,
 > >   Are u all right? I sorry to trouble you. I have a code writen by java.
 > > Now, i need to compile it into share object used in Linux (My system is
 > > Redhat 9.0).but i don't know how to do it. Need your help hurryly. Thank
 > > you.
 > 
 > Read the GCC manuals:
 > 
 >   http://gcc.gnu.org/onlinedocs/gcc/Link-Options.html
 > 
 > It can be as simple as:
 > 
 >   gcj -fPIC -shared Foo.java Bar.java -o snafu.so

-Wl,-Bsymbolic.  Please.

Yeah, we are going to fix the problem that causes this to be required.
Really.

Andrew.


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