https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98409

            Bug ID: 98409
           Summary: Installing g++-mapper-server fails when cross
                    compiling to Windows
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: markus.boeck02 at gmail dot com
  Target Milestone: ---

Current version of trunk GCC (1b021bbd85a79c9d16c1359cbc23b608685dfd9f) fails
to compile when cross compiling GCC to Windows due to a install command trying
to install g++-mapper-server even though the file is named
g++-mapper-server.exe which does exist. 

 make:
/usr/bin/install: cannot stat 'g++-mapper-server': No such file or directory
make[2]: *** [../gcc/g++-mapper-server] Error 1
make[1]: *** [all-c++tools] Error 2
make[1]: *** Waiting for unfinished jobs....

Configure comment used:
../configure --target=x86_64-w64-mingw32 --host=x86_64-w64-mingw32
--disable-bootstrap --enable-libstdcxx-debug --with-tune=znver1
--prefix=/mnt/c/GCC --with-sysroot=/mnt/c/GCC-Build/NewestLinux
--with-build-sysroot=/mnt/c/GCC-Build/NewestLinux --disable-libstdcxx-pch
--disable-multilib --enable-libgomp --with-cross-host
--with-libiconv-prefix=/mnt/c/GCC-Build/NewestLinux/Libraries
--disable-libstdcxx-verbose --enable-languages=c,c++,fortran,lto,objc,obj-c++
--disable-nls --disable-win32-registry --enable-shared --with-gnu-as
--with-gnu-ld --enable-threads=posix --program-suffix=-11
--enable-version-specific-runtime-libs --with-gcc-major-version-only
--enable-__cxa_atexit --enable-plugin --program-prefix=

Reply via email to