I avoid the __rethrow error by adding:

  AC_ADD_LIBRARY_WITH_PATH(gcc,/usr/lib/gcc-lib/i386-redhat-linux/2.96)

to my config.m4 so that libgcc.a which contains __rethrow gets linked in.

Of course I should only add this line for the relavent platforms and I don't
know what they will be.

Should I
a) be using some gcc option to get this effect (fix autoconf)
b) perhaps provide a --with-libgcc option to config.m4 so this can be
specified where neccessary?

I'll go for option b as it makes more sense now, unless there are better
ideas.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to