Actions
Bug #13619
closedUnable to configure on Cygwin i686 environment
Description
When I invoke configure
with cygwin i686 environment, I got following error:
config.status: creating Makefile
/usr/bin/sed: -e expression #1, char 18: unterminated `s' command
make: *** No rule to make target 'info-program'. Stop.
But I could not reproduce this with cygwin x86_64 environment.
Anyone do finish configure
with cygwin i686?
Files
Updated by hsbt (Hiroshi SHIBATA) over 7 years ago
- File configure.log configure.log added
- Assignee set to nobu (Nobuyoshi Nakada)
- Target version set to 2.5
I attached result of bash -x /path/to/configure
Updated by hsbt (Hiroshi SHIBATA) over 7 years ago
- File stdout.log stdout.log added
Attached full log of stdout
Updated by hsbt (Hiroshi SHIBATA) over 7 years ago
- Status changed from Open to Rejected
It's my mistake. I forgot to install make
package of i686 environment.
configure
detected msys `make. It's caused by this issue.
After installing cygwin-i686 make, I'm done to build with cygwin i686.
Thanks nobu for your advice.
Actions
Like0
Like0Like0Like0