fenfire-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fenfire-dev] Cannot handle TLS: SOLVED


From: Tuomas Lukka
Subject: [Fenfire-dev] Cannot handle TLS: SOLVED
Date: Sun, 16 Nov 2003 21:21:51 +0200
User-agent: Mutt/1.5.4i

Ok, the latest libvob checkins should fix the "cannot handle TLS"
bug, by changing the structure of the program.

Before, we had

java ----> dlopen libGL

now, we have


jwrapper ----> dyn.linked to libGL
         ----> dyn.linked to libjvm
        
which works.

The bug is in libc, i.e. libGL couldn't be opened using
dlopen() but had to be linked in; this was the easiest
workaround.

Please report any problems.

        Tuomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]