Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Nov 2003 10:48:09 +0900
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        Oliver Lehmann <oliver@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/x11-toolkits/wxgtk-devel Makefile
Message-ID:  <86r80rpmli.wl@gray.plala.or.jp>
In-Reply-To: <200311011226.hA1CQWAY026377@repoman.freebsd.org>
References:  <200311011226.hA1CQWAY026377@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r80rpmli.wl>