cvs commit: ports/x11-toolkits/wxgtk-devel Makefile
FUJISHIMA Satsuki
sf at FreeBSD.org
Sat Nov 1 17:48:14 PST 2003
At Sat, 1 Nov 2003 04:26:32 -0800 (PST),
Oliver Lehmann wrote:
> ports linked against the wxgtk-devel library have to be linked against
> the PTHREAD stuff too. wx(gtk)-config --libs and --cflags respects now
> ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS}
I've come to assumption that wx-config only provides wxWindows
specific options. --libs does not include -ljpeg, -lpng, -liconv,
noumerous gtk options and so on. --cflags does not include
requirements for --libs nor, oh, -D_THREAD_SAFE for us.
So we can't link any application only help from wx-config; we should
collect that options from the other source.
e.g.) gtk-config --blah gthread
I think your change does not work as you expected.
More information about the cvs-all
mailing list