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: MinGW + GCJ : Runtime error / compilation error


Hello,

>So when using the static library linking, I don't get any compilation error 
>but I get one at runtime  which crashes the application.

Which class is missing? What does the stacktrace say?

>On the other hand when using dynamic linking, I get the following error :

...

>__imp___Jv_Compiler_Properties (auto-import)
>Info: resolving __ZN4java4lang6String6class$E by linking to 
>__imp___ZN4java4lang6String6class$E (auto-import)

There aren't errors, but informational messages. Do you get a
working executable after this?

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/






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