public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "daniel.f.starke at freenet dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/56412] New: [4.8 Regression] "libtool: cygpath: command not found" for mingw32 host
Date: Wed, 20 Feb 2013 19:35:00 -0000	[thread overview]
Message-ID: <bug-56412-4@http.gcc.gnu.org/bugzilla/> (raw)


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"`'


             reply	other threads:[~2013-02-20 19:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-20 19:35 daniel.f.starke at freenet dot de [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-56412-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).