kdeinit compiled with gcc 4.0.1 & visibility busted at runtime
Dirk Mueller
mueller at kde.org
Mon Jul 18 12:53:04 BST 2005
On Monday 18 July 2005 13:35, Thiago Macieira wrote:
> >> The KDE_EXPORT attribute takes effect even on the declaration.
> >No.
[...]
*sigh* Thiago, did you read my mail?
The testcase is:
extern "C" void func() __attribute__( ( visibility( "default" ) ) );
void call_func()
{
func();
}
Let me know when you find a difference here.
--
Dirk//\
More information about the kde-core-devel
mailing list