You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Kenneth Chiu <ch...@cs.indiana.edu> on 2004/05/29 03:06:09 UTC

LDFLAGS in configure.ac is including -lstdc++

Is there any special reason?

The -lstdc++ is causing problems for at least my version of
g++ and autotools.  The problem is that configure is linking
even C programs against libstdc++, which causes a link error
during configure.