This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++ multilibs installed where gcc won't find them


>>>>> Albert Chin writes:

Albert> I don't think this is a problem. We can successfully bootstrap GCC
Albert> 3.2.2 with the Sun, Compaq, and HP compilers. What is odd is that, on
Albert> AIX 4.3.2, the following will print '.' but when it's run during
Albert> zlib/configure it prints the compiler usage message. That's what I'm
Albert> trying to understand.
Albert> $ /bin/sh
Albert> /usr/vac/bin/cc -print-multi-os-directory 2>/dev/null || echo .

	Try running zlib/configure with "-x" option to the shell (e.g.,
add "-x" to "#! /bin/sh" line of configure to trace what the script is
doing. 

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]