* Keegan Quinn <[EMAIL PROTECTED]> wrote: > The '-pthread' linker option is used on some platforms (OpenBSD AFAIK) to > trigger linkage of threading code. The Linux eqivalent is '-lpthread' - > usually simply changing it wherever it occurs is sufficient.
Very strange: [EMAIL PROTECTED]:~$ pkg-config --cflags gnome-vfs-2.0 -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/linc-1.0 Is this a Bug? How can I work around this? I don't want to make this static, but keep the pkg-config call? Using sed or suchlike? Packageing is really a lot to learn... and I thought it wouldbe just java stuff... :) Jan