Another clang problem

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Derek Tattersall
Date: Sunday, October 3, 2010 - 6:41 am

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
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Another clang problem, Derek Tattersall, (Sun Oct 3, 6:41 am)
Re: Another clang problem, Rui Paulo, (Sun Oct 3, 6:54 am)
Re: Another clang problem, Derek Tattersall, (Sun Oct 3, 7:04 am)
Re: Another clang problem, Dimitry Andric, (Sun Oct 3, 8:21 am)
Re: Another clang problem, Roman Divacky, (Sun Oct 3, 12:50 pm)
Re: Another clang problem, Garrett Cooper, (Sun Oct 3, 1:30 pm)
Re: Another clang problem, Dimitry Andric, (Sun Oct 3, 3:34 pm)
Re: Another clang problem, Renato Botelho, (Mon Oct 4, 11:41 am)
Re: Another clang problem, Dimitry Andric, (Mon Oct 4, 11:45 am)
Re: Another clang problem, Derek Tattersall, (Mon Oct 4, 3:15 pm)