Re: pthreads + gtk



Olexiy Avramchenko wrote:

Use the following:
gcc thread.cpp `pkg-config --cflags --libs gtk+-2.0 gthread`

Oops, my fault, use gthread-2.0 instead of gthread:
gcc thread.cpp `pkg-config --cflags --libs gtk+-2.0 gthread-2.0`

Olexiy




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