Index: [thread] [date] [subject] [author]
  From: becka@rz.uni-duesseldorf.de
  To  : ggi-develop@eskimo.com
  Date: Sat, 27 Mar 1999 11:56:03 +0100 (MET)

Re: compiler error on libggidemos

Hi !

> > I can't compile two libggi-demos in the directory degas/lib/libggidemos.
> > The error-message are the same:

> > cc -o subdemo subdemo.o -lggi -lm  -lpthread
> > cc -o spinmodule spinmodule.o -lggi -lm -lpthread

Please use the Makefile to generate these. Spinmodule gets compiled into a
dll.

In case it still fails, you might want to try Marcus' suggestions:

> Looks like a broken pthread library to me.
> You could try compiling with -D_REENTRANT and explicitly linking 
> with -lc though. (You are using Linux, right?)

I'll include the -D_REENTRANT in the Makefile ... missed that.
Maybe that caused some problems when running on X ...

CU, ANdy

-- 
= Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =

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