On Sat, Nov 15, 2008 at 06:24:48PM +0100, Mike Hommey wrote: > Hi, > > Have you considered using -Bsymbolic linker option instead of the > elfgcchack.h hack ?
Hum, no ... I don't know -Bsymbolic, but I fail to see how the linker could solve the problem I tried to solve (bypass costly ELF lookup when doing internal library calls). Could you explain ? The good point of elfgcchack.h is that it somehow closes the loop bewteen the API automatic generation and the source. It helped pinpoint a couple of problems at the time of building releases. But yeah it's a hack.... Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [EMAIL PROTECTED] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
