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: linux audio software using gcj&swt!


Hi All,

>> there seems to be a problem with swt
>> now. the appliction starts up - then hangs (cpu 99%) for a while and
>> drops core (segmentation fault). (i think it hangs inside "new
>> Display()")
>
>And "new Display()" does a System.loadLibrary perhaps? I seem to recall 
>that dlopen() from a static binary can be problematic. Probably what 
>you need is a "psuedo-static" binary, with a statically linked libgcj 
>but dynamically linked libgcc, libdl, libc, etc
>
>Unfortunately I don't know of an easy way to do this.

I seem to recall Erik Poupaert successfully doing a static link:

- http://www.freestyler-toolkit.org/

-- 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]