[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: exclude AC_PROG_CXX_C_O from one test, for Solaris+g++
From: |
Paul Eggert |
Subject: |
Re: exclude AC_PROG_CXX_C_O from one test, for Solaris+g++ |
Date: |
Fri, 10 Nov 2006 17:19:49 -0800 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Ralf Wildenhues <address@hidden> writes:
> FWIW, what is the reason for g++ to be broken like this, and how could
> it be fixed?
<http://gcc.gnu.org/faq.html#rpath> explains the issue a bit.
Basically, g++ relies on having the proper dynamic linker path set up,
and often this isn't done (because the user/installer only wanted C,
where it's not an issue).