This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building g++ 3.0 under AIX
- To: Robert Boehne <rboehne at ricardo-us dot com>
- Subject: Re: Building g++ 3.0 under AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Fri, 16 Feb 2001 15:21:24 -0500
- cc: gcc at gcc dot gnu dot org
As Alex mentioned, without any more details about the problem you
are encountering, there is no way for any to provide you with advice.
Mark seems to have had success. I have had partial success. As I
mentioned to Mark privately, he installed the compiler before building the
libraries, so shared libraries appear in directories with the appropriate
prefix. As has been mentioned in the shared libgcc discussion, it seems
like one may need to have -B flags (used when building the libraries)
converted into -L flags for additional directories to check.
David