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: gcc/gcj 3.4 - bug report


>>>>> ">" == rezaei  <rezaei@promail.com> writes:

>> Thanks for the tip. I was able to compile a jar to a static .a (gcj
>> -c -o blah.a blah.jar).

Just FYI, the file you generated here is not a real .a file.
gcc doesn't know how to generate a .a file directly.  You probably
made an ordinary object file with an unusual name.

Tom


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