Closed
Bug 797739
Opened 13 years ago
Closed 3 years ago
SpiderMonkey: configure error in Cygwin
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: ecastillac, Unassigned)
Details
Attachments
(1 file)
5.83 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20100101 Firefox/6.0
Build ID: 20110811165603
Steps to reproduce:
Configuring Spiderminkey on Cygwin crashed due to a configure error
(I think configure script launches 'pwd -W' but -W option is unknown on cygwin pwd)
Spidermonkey sources downloaded from:
http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz
Cygwin version:
$ uname -a
CYGWIN_NT-6.1 PTLECASTILLA2 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin
Actual results:
I copy and paste commands sequence.
ecastilla@PTLECASTILLA2 ~/temp/js-1.8.5/js/src
$ export MOZ_TOOLS=/cygdrive/c/moztools
ecastilla@PTLECASTILLA2 ~/temp/js-1.8.5/js/src
$ CC=gcc CXX=g++ ./configure --with-windows-version=502 --with-nspr-prefix=/bin
loading cache ./config.cache
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking build system type... i686-pc-cygwin
checking for mawk... no
checking for gawk... gawk
checking for perl5... no
checking for perl... /usr/bin/perl
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... g++
checking whether the C++ compiler (g++ ) works... yes
checking whether the C++ compiler (g++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking for ranlib... ranlib
checking for ml... no
checking for as... /usr/bin/as
checking for ar... ar
checking for ld... link
checking for strip... strip
checking for windres... windres
checking for w32api version >= 3.8... yes
checking for windres version >= 2.14.90... (GNU
./configure: line 3402: test: (GNU: integer expression expected
checking for Windows SDK being recent enough... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... cl -E -nologo
checking how to run the C++ preprocessor... cl -TP -E -nologo
checking for sb-conf... no
checking for ve... no
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for minimum required perl version >= 5.006... 5.014002
checking for full perl installation... yes
checking for python2.7... no
checking for python2.6... /usr/bin/python2.6
checking for doxygen... :
checking for autoconf... /usr/bin/autoconf
checking for unzip... /usr/bin/unzip
checking for zip... /usr/bin/zip
checking for makedepend... no
checking for xargs... /usr/bin/xargs
checking for make... /usr/bin/make
checking for X... no
checking whether the compiler supports -Wno-invalid-offsetof... yes
checking whether the compiler supports -Wno-variadic-macros... yes
checking whether the compiler supports -Werror=return-type... yes
checking whether ld has archive extraction flags... yes
checking that static assertion macros used in autoconf tests work... yes
checking for 64-bit OS... no
checking for Python version >= 2.5 but not 3.x... yes
./configure: line 7215: pwd: -W: invalid option
pwd: usage: pwd [-LP]
configure: error: cd $MOZ_TOOLS failed. MOZ_TOOLS ==? /cygdrive/c/moztools
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•