
On Wed, Jun 23, 2004 at 01:43:20PM +0100, John Maddock wrote:
I get ugly warnings (they look dangerous to me) when I compile boost/regex on AIX and HP-UX with gcc.
I've never seen anything quite like that before - those tables are immutable, so multiple copies won't hurt if that's what's happening - but you really need to contact a gcc newsgroup and find out what those messages actually mean.
Thanks,
John Maddock.
While searching for this warning message, I found for example: http://lists.boost.org/MailArchives/boost-users/msg03526.php http://mail.python.org/pipermail/c++-sig/2003-May/004138.html http://gcc.gnu.org/ml/gcc/1998-04/msg00819.html So it seems, that weak symbols/weak linking does not work with all object file formats (only with ELF?). -- Goetz Isenmann