[pulseaudio-discuss] [PATCH] util: Try finding out application name using dladdr if available

Rémi Denis-Courmont remi at remlab.net
Mon Aug 18 00:07:19 PDT 2014


Le 2014-08-14 07:44, Felipe Sateler a écrit :
> +#ifdef HAVE_DLADDR
> +extern int main(int, char*[]);
> +#endif

So what exports the main symbol while linking the library? If nothing 
does, then builds may fail due to undefined symbols, e.g. when using "-z 
defs" flag to GNU/ld.

-- 
Rémi Denis-Courmont


More information about the pulseaudio-discuss mailing list