> Make sure you patch the right place and _not_ the shared part. Does the > attached patch work for you?
Yes, this worked, thank you ! This implies that libssp must be linked with -nodefaultlibs option to avoid linking itself against libssp. But this also prevents it from being linked against libgcc. Is it something harmful or not (in other words should I manually add -lgcc to LDFLAGS) ? Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

