Date: Sun, 3 Oct 2010 09:41:11 -0400 From: Derek Tattersall <dlt@mebtel.net> To: current@FreeBSD.org Subject: Another clang problem Message-ID: <20101003134111.GA98699@oriental.arm.org>
next in thread | raw e-mail | index | archive | help
In updating gnash to 8.8 the build failed while linking with libvgl.so. My current system was built last week, with both kernel and world built with clang. The linkage failure was due to an inlined function, "set4pixels" which is only referred to, as far as I can tell, within the source file simple.c which contains the function definition. I rebuilt libvgl.so using gcc and gnash linked properly. It seems, at least in this case, that clang has some problems dealing with inlined functions. -- Best regards, Derek Tattersall dlt@mebtel.net dlt666@yahoo.com dtatters@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101003134111.GA98699>