public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/56412] New: [4.8 Regression] "libtool: cygpath: command not found" for mingw32 host
@ 2013-02-20 19:35 daniel.f.starke at freenet dot de
  2013-02-20 20:16 ` [Bug target/56412] " daniel.f.starke at freenet dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: daniel.f.starke at freenet dot de @ 2013-02-20 19:35 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56412
           Summary: [4.8 Regression] "libtool: cygpath: command not found"
                    for mingw32 host
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: daniel.f.starke@freenet.de


Configuring gcc r196092 for mingw32 on ming32 host without bootstrapping it
failed at lto-plugin for libtool with the following configuration:

../gcc-4.8/configure --enable-languages=c --disable-sjlj-exceptions
--disable-nls --disable-shared --enable-static --enable-fully-dynamic-string
--enable-libgomp --enable-lto --with-dwarf2 --disable-win32-registry
--enable-version-specific-runtime-libs --disable-bootstrap --build=mingw32
--enable-abi=32 --enable-checking=release --with-mpfr=/mingw --with-gmp=/mingw
--with-mpc=/mingw --prefix=/mingw

The error message for "make all-gcc" is:
make[2]: Entering directory `/new-gcc/bin/lto-plugin'
/bin/sh ./libtool --tag=CC --tag=disable-static  --mode=compile gcc
-DHAVE_CONFIG_H -I. -I../../gcc-4.8/lto-plugin 
-I../../gcc-4.8/lto-plugin/../include -DHAVE_CONFIG_H -DPTW32_STATIC_LIB -Wall
-g -O2 -D__USE_MINGW_ACCESS -c -o lto-plugin.lo
../../gcc-4.8/lto-plugin/lto-plugin.c
./libtool: line 2008: cygpath: command not found
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.8/lto-plugin
-I../../gcc-4.8/lto-plugin/../include -DHAVE_CONFIG_H -DPTW32_STATIC_LIB -Wall
-g -O2 -D__USE_MINGW_ACCESS -c ""  -DDLL_EXPORT -DPIC -o .libs/lto-plugin.o
gcc.exe: : No such file or directory
gcc.exe: no input files

with the following values assigned:
srcfile: ../../gcc-4.8/lto-plugin/lto-plugin.c
fix_srcfile_path: `cygpath -w "$srcfile"`

The problem is probably within libtool.m4 where fix_srcfile_path is assigned
with cygpath even for mingw host at line 4790 with:
_LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-09-10 10:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-20 19:35 [Bug target/56412] New: [4.8 Regression] "libtool: cygpath: command not found" for mingw32 host daniel.f.starke at freenet dot de
2013-02-20 20:16 ` [Bug target/56412] " daniel.f.starke at freenet dot de
2013-02-20 20:24 ` daniel.f.starke at freenet dot de
2013-02-20 22:01 ` [Bug target/56412] [4.8] " pinskia at gcc dot gnu.org
2013-04-19  2:56 ` nightstrike at gmail dot com
2013-09-10 10:09 ` ktietz at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).