[sigc] Re : Linking a file with .o files that use the libsig library

2005-07-19 Thread bergern
All I needed was to add the `pkg-config --cflags --libs sigc++-2.0` to the command line. Thank again, John ! And sorry to have disturbed... Have a nice day Nicolas. ___ libsigc-list mailing list libsigc-list@gnome.org http://mail.gnome.org/mailman/listi

[sigc] Re : Linking a file with .o files that use the libsig library

2005-07-19 Thread bergern
Thanks to John Wakely ([EMAIL PROTECTED]) the problem is fixed : >> >> Looks like pthread.h is including signal.h from sigc++, but it should be >> including /usr/include./signal.h >> >> I suggest you remove the -I/home/autres/berger/stage2005/include/sigc++ >> compiler option, and instead use -I/h