[tlbuild] sparc-solaris: luatex SIGBUS in hnj_hyphenation

Vladimir Volovich vvv at vsu.ru
Wed Jun 16 18:24:28 CEST 2010


"VV" == Vladimir Volovich writes:

 VV> it appears that inline function is not visible in the object file
 VV> when optimization is enabled. maybe a proper way to declare inline
 VV> functions is in the *.h files, rather than in object files (which
 VV> makes perfect sense: once object file is buit, it is not possible
 VV> to inline a function anymore).

here is some explanation of how inline functions work in Sun Studio:

http://docs.sun.com/app/docs/doc/820-7598/6nirjunib?a=view

It seems that one would need to use the extern keyword to make sure that
the inline function will be visible in the object file.

Best,
v.


More information about the tlbuild mailing list