Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : dok@fischlustig.de
  Date: Tue, 04 May 1999 21:19:20 +0000

Re: Dynamic linking problem?

Denis Oliver Kropp wrote:
> 
> Hi,
> 
> I did a nice progress on ClanLib´s ggi target,
> it uses the right input now and has doublebuffering
> support, only direct buffers are used right now.
> 
> I have a problem using Xlib or dga target.
> When starting the game it gets a SIGSEGV.
> 
> I use glibc 2.1.1, libggi,clanbomber and clanlib
> are linked with it, X is not.
> That is not the problem, I think.
> My friend does not have the new libc
> and gets the same behaviour.
> 
> Below is the gdb and ldd output.

Impossible to tell what the problem is from this, except that the gdb
output suggests something is writing where it shouldn't.

Could you send a GGI_DEBUG=255 and a strace log as well?
Also, does the X target work?

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]