This is the mail archive of the gcc-bugs@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]

[Bug other/45995] New: Building gcc-4.5.1 on SUSE 10.2 failed when configured with --host=x86_64-suse-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45995

           Summary: Building gcc-4.5.1 on SUSE 10.2 failed when configured
                    with --host=x86_64-suse-linux
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: wung@synopsys.com


We got the "x86_64-suse-linux-ar: Command not found" error when building
gcc-4.5.1 on SUSE 10.2 with the following configure options:

"--prefix=/remote/depotsrc/depotsrc/suse64-2.6/local_install/gcc-4.5.1
--enable-bootstrap --enable-threads=posix --enable-languages=c,c++,fortran
--enable-checking=release --enable-ssp --disable-libssp --with-system-zlib
--enable-__cxa_atexit --enable-libstdcxx-allocator=new
--without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux"


The Makefile shows:

AS = x86_64-suse-linux-as
AR = x86_64-suse-linux-ar

-Seto


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