On Mon, 14 Apr 2008, Lucas Nussbaum wrote:
The problem is that you set LDFLAGS to -s `gtk-config --libs`. It isn't expanded before it's passed to configure through the environment, so gcc complains. Replacing this with: LDFLAGS = -s $(shell gtk-config --libs) fixes the problem.
Ahh, stupid me - I seemed to have missed this posting of yours. Forget my mail form yesterday - I'll upload as soon as I finalized polishing the packaging. Thanks for your QA work Andreas. -- http://fam-tille.de -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]