[EMAIL PROTECTED] said:
> a) wrong because you say __GNUC_PATCHLEVEL__ > 4 rather than >= 

Correct, this is now fixed.

> b) wrong because for he the link failed on __bb_init_func at the
> beginning. So  in the case you need to export BOTH symbols. 

Incorrect, the link failure was caused by trying to export __bb_init_func,
which makes a reference to it, which was subsequently not being resolved.

You can't export a symbol which doesn't exist.

                                Jeff



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to