Date: Mon, 04 Oct 2010 00:34:35 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: dlt@mebtel.net Cc: current@FreeBSD.org Subject: Re: Another clang problem Message-ID: <4CA904FB.4040105@FreeBSD.org> In-Reply-To: <4CA89F6B.8050108@FreeBSD.org> References: <20101003134111.GA98699@oriental.arm.org> <4CA89F6B.8050108@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2010-10-03 17:21, Dimitry Andric wrote: > Since gnash has about a gazillion dependencies, and I have the idea that > after 12 hours of building stuff, I will not be able to reproduce your > error message anyway, could you please post it (or upload it, if it is > very large)? I cannot reproduce your problem, even after installing the gazillion dependencies. :) However, gnash has the same problem that a lot of other ports have: its configure script assumes the verbose output of a linking command has a certain format. The end result is almost always a linking error "hidden symbol `__dso_handle' in /usr/lib/crtbegin.o is referenced by DSO", or similar. That problem should be fixed by this patch: http://www.andric.com/freebsd/clang/graphics-gnash-clang.diff There is also a chance this might fix your issue, can you please try it out?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CA904FB.4040105>