webcamd-0.1.26: does not build with clang

Hans Petter Selasky hselasky at c2i.net
Sat Apr 30 09:54:40 UTC 2011


On Saturday 30 April 2011 11:46:28 Hans Petter Selasky wrote:
> linux_init_mod/linux_exit_mod.

These two symbols are so-called sections. At least the GCC will resolve these, 
I.E. when there is an __attribute__((__section__("linux_init_mod"))), then 
also extern linux_init_mod resolves.

--HPS


More information about the freebsd-current mailing list