Problem building Setup.exe

Igor Pechtchanski pechtcha@cs.nyu.edu
Fri Jul 25 16:39:00 GMT 2003


On Fri, 25 Jul 2003, Christian (SerpentMage) wrote:

> On Fri, 25 Jul 2003, Christian Gross wrote:
>
>  > Hello
>  >
>  > I downloaded the Setup.exe program from the CVS
>  > sources.  Then in order I did the following:
>  >
>  > ./bootstrap
>  > ./setup/configure -C --enable-dependencies --disable-shared --host=i686-pc-mingw32 --build=i686-pc-cygwin 'CC=gcc -mno-cygwin' 'CXX=g++ -mno-cygwin' --enable-maintainer-mode
>  >
>  > The bootstrap was successful, but the configure was
>  > not.  Here is the error.
>  >
>  > checking whether byte ordering is bigendian... no
>  > updating cache ../config.cache
>  > configure: creating ./config.status
>  > config.status: creating \
>  > .infig.status: error: cannot find input file: \
>  > configure: error: /bin/bash '.././setup/libgetopt++/configure' failed for libgetopt++
>  >
>  > Could somebody please tell me what the problem is?
>  >
>  > Thanks
>  > Christian Gross
>
>  >>>Well, Christian, it doesn't seem like you're calling the right
>  >>>programs here...  Judging by the path in the second command, you're
>  >>>running this from a directory one level up from setup's source.
>  >>>AFAIK, there is no bootstrap script there, especially not one called
>  >>>"bootstrap".  There is a "bootstrap.sh" script *in* the setup source
>  >>>directory, and that's the one you should be calling, IIRC.  So, your
>  >>>sequence (starting at the same directory you were before) should be:
>
> Yes you are right there.  However, the bootstrap.sh script does get
> called.  It was a typo in the email.
>
> I still get the error...
>
> Thanks...
> Christian

Christian,

Please make sure your mailer honors the Reply-To: field.  We should keep
this discussion on the list, so this appears in the archives.

FYI, I was able to CVS checkout and build setup from scratch just now by
using the command sequence below (with the exact output).  I'm also
attaching my "cygcheck -c" output, just in case, so you can compare our
configurations.

A wild guess: you *do* have gcc-mingw and mingw-runtime installed, right?
	Igor

[pechtcha:/tmp/test] cvs -z3 -d :pserver:anoncvs@sources.redhat.com:/cvs/cygwin-apps checkout setup
<see attached checkout.log>
[pechtcha:/tmp/test] cd setup/
[pechtcha:/tmp/test/setup] chmod a+x bootstrap.sh libgetopt++/bootstrap.sh
[pechtcha:/tmp/test/setup] ./bootstrap.sh
<see attached bootstrap.log>
[pechtcha:/tmp/test/setup] mkdir ../build
[pechtcha:/tmp/test/setup] cd ../build
[pechtcha:/tmp/test/build] ../setup/configure -C --enable-dependencies --disable-shared --host=i686-pc-mingw32 --build=i686-pc-cygwin 'CC=gcc -mno-cygwin' 'CXX=g++ -mno-cygwin' --enable-maintainer-mode
<see attached configure.log>
[pechtcha:/tmp/test/build] make
<see attached make.log.gz>
[pechtcha:/tmp/test/build] ls -l setup.exe
-rwx--x--x    1 igor     Administ 11209768 Jul 25 11:02 setup.exe*
[pechtcha:/tmp/test/build]

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton
-------------- next part --------------
U setup/.cvsignore

U setup/AntiVirus.cc

U setup/AntiVirus.h

U setup/CONTRIBUTORS

U setup/ChangeLog

U setup/Exception.cc

U setup/Exception.h

U setup/FilterVisitor.cc

U setup/FilterVisitor.h

U setup/FindVisitor.cc

U setup/FindVisitor.h

U setup/GUIDELINES

U setup/IOStreamProvider.h

U setup/IniDBBuilder.cc

U setup/IniDBBuilder.h

U setup/IniDBBuilderPackage.cc

U setup/IniDBBuilderPackage.h

U setup/IniParseFeedback.cc

U setup/IniParseFeedback.h

U setup/IniParseFindVisitor.cc

U setup/IniParseFindVisitor.h

U setup/LogFile.cc

U setup/LogFile.h

U setup/LogSingleton.cc

U setup/LogSingleton.h

U setup/MD5++.cc

U setup/MD5++.h

U setup/Makefile.am

U setup/PackageSpecification.cc

U setup/PackageSpecification.h

U setup/PackageTrust.h

U setup/PickCategoryLine.cc

U setup/PickCategoryLine.h

U setup/PickLine.cc

U setup/PickLine.h

U setup/PickPackageLine.cc

U setup/PickPackageLine.h

U setup/PickView.cc

U setup/PickView.h

U setup/README

U setup/RECTWrapper.h

U setup/ScanFindVisitor.cc

U setup/ScanFindVisitor.h

U setup/String++.cc

U setup/String++.h

U setup/UserSetting.cc

U setup/UserSetting.h

U setup/UserSettings.cc

U setup/UserSettings.h

U setup/archive.cc

U setup/archive.h

U setup/archive_tar.cc

U setup/archive_tar.h

U setup/archive_tar_file.cc

U setup/autoload.c

U setup/bootstrap.sh

U setup/category.cc

U setup/category.h

U setup/check-na.bmp

U setup/check-no.bmp

U setup/check-yes.bmp

U setup/choose-rtarrow.bmp

U setup/choose-spin.bmp

U setup/choose.cc

U setup/choose.h

U setup/cistring.cc

U setup/cistring.h

U setup/compress.cc

U setup/compress.h

U setup/compress_bz.cc

U setup/compress_bz.h

U setup/compress_gz.cc

U setup/compress_gz.h

U setup/configure.in

U setup/cygpackage.cc

U setup/cygpackage.h

U setup/cygwin.ico

U setup/desktop.cc

U setup/desktop.h

U setup/dialog.cc

U setup/dialog.h

U setup/diskfull.cc

U setup/diskfull.h

U setup/dlmalloc.c

U setup/download.cc

U setup/download.h

U setup/filemanip.cc

U setup/filemanip.h

U setup/find.cc

U setup/find.h

U setup/fromcwd.cc

U setup/geturl.cc

U setup/geturl.h

U setup/hash.cc

U setup/hash.h

U setup/ini.cc

U setup/ini.h

U setup/inilex.l

U setup/inilintmain.cc

U setup/iniparse.y

U setup/install.cc

U setup/io_stream.cc

U setup/io_stream.h

U setup/io_stream_cygfile.cc

U setup/io_stream_cygfile.h

U setup/io_stream_file.cc

U setup/io_stream_file.h

U setup/io_stream_memory.cc

U setup/io_stream_memory.h

U setup/io_stream_rsync.cc

U setup/io_stream_rsync.h

U setup/localdir.cc

U setup/localdir.h

U setup/log.cc

U setup/log.h

U setup/main.cc

U setup/md5.c

U setup/md5.h

U setup/mkdir.cc

U setup/mkdir.h

U setup/mklink2.cc

U setup/mklink2.h

U setup/mount.cc

U setup/mount.h

U setup/msg.cc

U setup/msg.h

U setup/net.cc

U setup/net.h

U setup/netio.cc

U setup/netio.h

U setup/nio-file.cc

U setup/nio-file.h

U setup/nio-ftp.cc

U setup/nio-ftp.h

U setup/nio-http.cc

U setup/nio-http.h

U setup/nio-ie5.cc

U setup/nio-ie5.h

U setup/package_db.cc

U setup/package_db.h

U setup/package_meta.cc

U setup/package_meta.h

U setup/package_source.cc

U setup/package_source.h

U setup/package_version.cc

U setup/package_version.h

U setup/port.h

U setup/postinstall.cc

U setup/proppage.cc

U setup/proppage.h

U setup/propsheet.cc

U setup/propsheet.h

U setup/res.rc

U setup/resource.h

U setup/rfc1738.cc

U setup/rfc1738.h

U setup/root.cc

U setup/root.h

U setup/script.cc

U setup/script.h

U setup/simpsock.cc

U setup/simpsock.h

U setup/site.cc

U setup/site.h

U setup/source.cc

U setup/source.h

U setup/splash.cc

U setup/splash.h

U setup/state.cc

U setup/state.h

U setup/threebar.cc

U setup/threebar.h

U setup/version.cc

U setup/version.h

U setup/win32.cc

U setup/win32.h

U setup/window.cc

U setup/window.h

U setup/bz2lib/CHANGES

U setup/bz2lib/ChangeLog

U setup/bz2lib/LICENSE

U setup/bz2lib/Makefile

U setup/bz2lib/Makefile-libbz2_so

U setup/bz2lib/Makefile.am

U setup/bz2lib/Makefile.in

U setup/bz2lib/README

U setup/bz2lib/README.COMPILATION.PROBLEMS

U setup/bz2lib/Y2K_INFO

U setup/bz2lib/aclocal.m4

U setup/bz2lib/blocksort.c

U setup/bz2lib/bzdiff

U setup/bz2lib/bzdiff.1

U setup/bz2lib/bzgrep

U setup/bz2lib/bzgrep.1

U setup/bz2lib/bzip2.1

U setup/bz2lib/bzip2.1.preformatted

U setup/bz2lib/bzip2.c

U setup/bz2lib/bzip2.txt

U setup/bz2lib/bzip2recover.c

U setup/bz2lib/bzlib.c

U setup/bz2lib/bzlib.h

U setup/bz2lib/bzlib_private.h

U setup/bz2lib/bzmore

U setup/bz2lib/bzmore.1

U setup/bz2lib/compress.c

U setup/bz2lib/configure

U setup/bz2lib/configure.in

U setup/bz2lib/crctable.c

U setup/bz2lib/decompress.c

U setup/bz2lib/dlltest.c

U setup/bz2lib/dlltest.dsp

U setup/bz2lib/huffman.c

U setup/bz2lib/libbz2.def

U setup/bz2lib/libbz2.dsp

U setup/bz2lib/makefile.msc

U setup/bz2lib/manual.html

U setup/bz2lib/manual.pdf

U setup/bz2lib/manual.ps

U setup/bz2lib/manual.texi

U setup/bz2lib/manual_1.html

U setup/bz2lib/manual_2.html

U setup/bz2lib/manual_3.html

U setup/bz2lib/manual_4.html

U setup/bz2lib/manual_abt.html

U setup/bz2lib/manual_ovr.html

U setup/bz2lib/manual_toc.html

U setup/bz2lib/mk251.c

U setup/bz2lib/randtable.c

U setup/bz2lib/sample1.bz2

U setup/bz2lib/sample1.ref

U setup/bz2lib/sample2.bz2

U setup/bz2lib/sample2.ref

U setup/bz2lib/sample3.bz2

U setup/bz2lib/sample3.ref

U setup/bz2lib/spewG.c

U setup/bz2lib/unzcrash.c

U setup/bz2lib/words0

U setup/bz2lib/words1

U setup/bz2lib/words2

U setup/bz2lib/words3

U setup/rsync/AUTHORS

U setup/rsync/COPYING

U setup/rsync/ChangeLog

U setup/rsync/INSTALL

U setup/rsync/Makefile.am

U setup/rsync/Makefile.in

U setup/rsync/NEWS

U setup/rsync/README

U setup/rsync/README.CVS

U setup/rsync/THANKS

U setup/rsync/TODO

U setup/rsync/acconfig.h

U setup/rsync/aclocal.m4

U setup/rsync/base64.c

U setup/rsync/buf.c

U setup/rsync/buf.h

U setup/rsync/changes.test

U setup/rsync/checksum.c

U setup/rsync/checksum.h

U setup/rsync/command.c

U setup/rsync/command.h

U setup/rsync/config.h.in

U setup/rsync/configure

U setup/rsync/configure.in

U setup/rsync/delta.c

U setup/rsync/delta.test

U setup/rsync/depcomp

U setup/rsync/dot

U setup/rsync/driver.sh

U setup/rsync/emit.c

U setup/rsync/emit.h

U setup/rsync/fileutil.c

U setup/rsync/fileutil.h

U setup/rsync/hex.c

U setup/rsync/install-sh

U setup/rsync/isprefix.c

U setup/rsync/isprefix.driver.c

U setup/rsync/isprefix.h

U setup/rsync/isprefix.test

U setup/rsync/job.c

U setup/rsync/job.h

U setup/rsync/librsync.3

U setup/rsync/libversions.txt

U setup/rsync/ltconfig

U setup/rsync/mdfour.c

U setup/rsync/missing

U setup/rsync/mkinstalldirs

U setup/rsync/mkprototab.pl

U setup/rsync/mksum.c

U setup/rsync/mksum.test

U setup/rsync/msg.c

U setup/rsync/mutate.pl

U setup/rsync/mutate.test

U setup/rsync/netint.c

U setup/rsync/netint.h

U setup/rsync/patch.c

U setup/rsync/protocol.h

U setup/rsync/prototab.c

U setup/rsync/prototab.h

U setup/rsync/rdiff.1

U setup/rsync/rdiff.c

U setup/rsync/readsums.c

U setup/rsync/rsync.h

U setup/rsync/scoop.c

U setup/rsync/search.c

U setup/rsync/search.h

U setup/rsync/signature.test

U setup/rsync/snprintf.c

U setup/rsync/sources.test

U setup/rsync/stamp-h.in

U setup/rsync/stats.c

U setup/rsync/stream.c

U setup/rsync/stream.h

U setup/rsync/sumset.c

U setup/rsync/sumset.h

U setup/rsync/trace.c

U setup/rsync/trace.h

U setup/rsync/triple.test

U setup/rsync/tube.c

U setup/rsync/types.h

U setup/rsync/util.c

U setup/rsync/util.h

U setup/rsync/version.c

U setup/rsync/whole.c

U setup/rsync/whole.h

U setup/rsync/changes.input/01.in

U setup/rsync/changes.input/02.in

U setup/rsync/changes.input/03.in

U setup/rsync/changes.input/04.in

U setup/rsync/delta.input/01.delta

U setup/rsync/delta.input/01.expect

U setup/rsync/delta.input/02.delta

U setup/rsync/delta.input/02.expect

U setup/rsync/delta.input/03.delta

U setup/rsync/delta.input/03.expect

U setup/rsync/mdfour.input/01.data

U setup/rsync/mdfour.input/01.expect

U setup/rsync/mksum.input/COPYING.sig

U setup/rsync/popt/CHANGES

U setup/rsync/popt/COPYING

U setup/rsync/popt/Makefile.am

U setup/rsync/popt/Makefile.in

U setup/rsync/popt/README

U setup/rsync/popt/findme.c

U setup/rsync/popt/findme.h

U setup/rsync/popt/popt.c

U setup/rsync/popt/popt.h

U setup/rsync/popt/poptconfig.c

U setup/rsync/popt/popthelp.c

U setup/rsync/popt/poptint.h

U setup/rsync/popt/poptparse.c

U setup/rsync/popt/system.h

U setup/rsync/signature.input/01.in

U setup/rsync/signature.input/01.sig

U setup/rsync/triple.input/copying.in

U setup/rsync/triple.input/half.in

U setup/rsync/triple.input/hello.in

U setup/rsync/triple.input/zero.in

U setup/zlib/ChangeLog

U setup/zlib/FAQ

U setup/zlib/INDEX

U setup/zlib/Make_vms.com

U setup/zlib/Makefile

U setup/zlib/Makefile.am

U setup/zlib/Makefile.in

U setup/zlib/Makefile.riscos

U setup/zlib/README

U setup/zlib/aclocal.m4

U setup/zlib/adler32.c

U setup/zlib/algorithm.txt

U setup/zlib/compress.c

U setup/zlib/configure

U setup/zlib/configure.in

U setup/zlib/crc32.c

U setup/zlib/deflate.c

U setup/zlib/deflate.h

U setup/zlib/descrip.mms

U setup/zlib/example.c

U setup/zlib/gzio.c

U setup/zlib/infblock.c

U setup/zlib/infblock.h

U setup/zlib/infcodes.c

U setup/zlib/infcodes.h

U setup/zlib/inffast.c

U setup/zlib/inffast.h

U setup/zlib/inffixed.h

U setup/zlib/inflate.c

U setup/zlib/inftrees.c

U setup/zlib/inftrees.h

U setup/zlib/infutil.c

U setup/zlib/infutil.h

U setup/zlib/maketree.c

U setup/zlib/minigzip.c

U setup/zlib/trees.c

U setup/zlib/trees.h

U setup/zlib/uncompr.c

U setup/zlib/zconf.h

U setup/zlib/zlib.3

U setup/zlib/zlib.h

U setup/zlib/zlib.html

U setup/zlib/zutil.c

U setup/zlib/zutil.h

U setup/zlib/amiga/Makefile.pup

U setup/zlib/amiga/Makefile.sas

U setup/zlib/contrib/README.contrib

U setup/zlib/contrib/visual-basic.txt

U setup/zlib/contrib/asm386/gvmat32.asm

U setup/zlib/contrib/asm386/gvmat32c.c

U setup/zlib/contrib/asm386/mkgvmt32.bat

U setup/zlib/contrib/asm386/zlibvc.def

U setup/zlib/contrib/asm386/zlibvc.dsp

U setup/zlib/contrib/asm386/zlibvc.dsw

U setup/zlib/contrib/asm586/README.586

U setup/zlib/contrib/asm586/match.S

U setup/zlib/contrib/asm686/README.686

U setup/zlib/contrib/asm686/match.S

U setup/zlib/contrib/delphi/zlib.mak

U setup/zlib/contrib/delphi/zlibdef.pas

U setup/zlib/contrib/delphi2/d_zlib.bpr

U setup/zlib/contrib/delphi2/d_zlib.cpp

U setup/zlib/contrib/delphi2/readme.txt

U setup/zlib/contrib/delphi2/zlib.bpg

U setup/zlib/contrib/delphi2/zlib.bpr

U setup/zlib/contrib/delphi2/zlib.cpp

U setup/zlib/contrib/delphi2/zlib.pas

U setup/zlib/contrib/delphi2/zlib32.bpr

U setup/zlib/contrib/delphi2/zlib32.cpp

U setup/zlib/contrib/iostream/test.cpp

U setup/zlib/contrib/iostream/zfstream.cpp

U setup/zlib/contrib/iostream/zfstream.h

U setup/zlib/contrib/iostream2/zstream.h

U setup/zlib/contrib/iostream2/zstream_test.cpp

U setup/zlib/contrib/minizip/ChangeLogUnzip

U setup/zlib/contrib/minizip/Makefile

U setup/zlib/contrib/minizip/miniunz.c

U setup/zlib/contrib/minizip/minizip.c

U setup/zlib/contrib/minizip/readme.txt

U setup/zlib/contrib/minizip/unzip.c

U setup/zlib/contrib/minizip/unzip.def

U setup/zlib/contrib/minizip/unzip.h

U setup/zlib/contrib/minizip/zip.c

U setup/zlib/contrib/minizip/zip.def

U setup/zlib/contrib/minizip/zip.h

U setup/zlib/contrib/minizip/zlibvc.def

U setup/zlib/contrib/minizip/zlibvc.dsp

U setup/zlib/contrib/minizip/zlibvc.dsw

U setup/zlib/contrib/untgz/Makefile

U setup/zlib/contrib/untgz/makefile.w32

U setup/zlib/contrib/untgz/untgz.c

U setup/zlib/msdos/Makefile.b32

U setup/zlib/msdos/Makefile.bor

U setup/zlib/msdos/Makefile.dj2

U setup/zlib/msdos/Makefile.emx

U setup/zlib/msdos/Makefile.msc

U setup/zlib/msdos/Makefile.tc

U setup/zlib/msdos/Makefile.w32

U setup/zlib/msdos/Makefile.wat

U setup/zlib/msdos/zlib.def

U setup/zlib/msdos/zlib.rc

U setup/zlib/nt/Makefile.emx

U setup/zlib/nt/Makefile.gcc

U setup/zlib/nt/Makefile.nt

U setup/zlib/nt/zlib.dnt

U setup/zlib/os2/Makefile.os2

U setup/zlib/os2/zlib.def

-------------- next part --------------
Running bootstrap.sh in libgetopt++

configure.in: installing `cfgaux/install-sh'

configure.in: installing `cfgaux/mkinstalldirs'

configure.in: installing `cfgaux/missing'

Makefile.am: installing `cfgaux/compile'

Makefile.am: installing `cfgaux/depcomp'

Autotool bootstrapping complete.

Continuing with bootstrap in current directory

configure.in: installing `cfgaux/install-sh'

configure.in: installing `cfgaux/mkinstalldirs'

configure.in: installing `cfgaux/missing'

Makefile.am: installing `cfgaux/compile'

Makefile.am: installing `cfgaux/depcomp'

Autotool bootstrapping complete.

-------------- next part --------------
configure: creating cache config.cache
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-mingw32-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking Whether to build inilint... no
checking Whether to enable rsync support... no
checking for i686-pc-mingw32-g++... g++ -mno-cygwin
checking for C++ compiler default output... a.exe
checking whether the C++ compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -mno-cygwin accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++ -mno-cygwin... gcc3
checking for i686-pc-mingw32-gcc... gcc -mno-cygwin
checking whether we are using the GNU C compiler... yes
checking whether gcc -mno-cygwin accepts -g... yes
checking for gcc -mno-cygwin option to accept ANSI C... none needed
checking dependency style of gcc -mno-cygwin... gcc3
checking whether gcc -mno-cygwin and cc understand -c and -o together... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... no
checking for bison... bison -y
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-mingw32
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc -mno-cygwin... /usr/i686-pc-mingw32/bin/ld.exe
checking if the linker (/usr/i686-pc-mingw32/bin/ld.exe) is GNU ld... yes
checking for /usr/i686-pc-mingw32/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking how to run the C preprocessor... gcc -mno-cygwin -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking how to run the C++ preprocessor... g++ -mno-cygwin -E
checking for i686-pc-mingw32-g77... no
checking for i686-pc-mingw32-f77... no
checking for i686-pc-mingw32-xlf... no
checking for i686-pc-mingw32-frt... no
checking for i686-pc-mingw32-pgf77... no
checking for i686-pc-mingw32-fl32... no
checking for i686-pc-mingw32-af77... no
checking for i686-pc-mingw32-fort77... no
checking for i686-pc-mingw32-f90... no
checking for i686-pc-mingw32-xlf90... no
checking for i686-pc-mingw32-pgf90... no
checking for i686-pc-mingw32-epcf90... no
checking for i686-pc-mingw32-f95... no
checking for i686-pc-mingw32-fort... no
checking for i686-pc-mingw32-xlf95... no
checking for i686-pc-mingw32-lf95... no
checking for i686-pc-mingw32-g95... no
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 8192
checking command to parse nm output from gcc -mno-cygwin object... ok
checking for objdir... .libs
checking for i686-pc-mingw32-ar... no
checking for ar... ar
checking for i686-pc-mingw32-ranlib... no
checking for ranlib... ranlib
checking for i686-pc-mingw32-strip... strip
checking if gcc -mno-cygwin static flag  works... yes
checking if gcc -mno-cygwin supports -fno-rtti -fno-exceptions... yes
checking for gcc -mno-cygwin option to produce PIC... -DDLL_EXPORT
checking if gcc -mno-cygwin PIC flag -DDLL_EXPORT works... yes
checking if gcc -mno-cygwin supports -c -o file.o... yes
checking whether the gcc -mno-cygwin linker (/usr/i686-pc-mingw32/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++ -mno-cygwin... /usr/i686-pc-mingw32/bin/ld.exe
checking if the linker (/usr/i686-pc-mingw32/bin/ld.exe) is GNU ld... yes
checking whether the g++ -mno-cygwin linker (/usr/i686-pc-mingw32/bin/ld.exe) supports shared libraries... yes
checking for g++ -mno-cygwin option to produce PIC... -DDLL_EXPORT
checking if g++ -mno-cygwin PIC flag -DDLL_EXPORT works... yes
checking if g++ -mno-cygwin supports -c -o file.o... yes
checking whether the g++ -mno-cygwin linker (/usr/i686-pc-mingw32/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -DDLL_EXPORT
checking if g77 PIC flag -DDLL_EXPORT works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i686-pc-mingw32/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking for i686-pc-mingw32-windres... no
checking for windres... windres
checking for main in -lmingw32... yes
checking alloca.h usability... no
checking alloca.h presence... no
checking for alloca.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking for string.h... (cached) yes
updating cache config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in zlib
configure: running /bin/bash '../../setup/zlib/configure' --prefix=/usr/local  '-C' '--enable-dependencies' '--disable-shared' '--host=i686-pc-mingw32' '--build=i686-pc-cygwin' 'CC=gcc -mno-cygwin' 'CXX=g++ -mno-cygwin' '--enable-maintainer-mode' 'build_alias=i686-pc-cygwin' 'host_alias=i686-pc-mingw32' --cache-file=../config.cache --srcdir=../../setup/zlib
configure: loading cache ../config.cache
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets ${MAKE}... (cached) yes
checking for i686-pc-mingw32-strip... (cached) strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for i686-pc-mingw32-gcc... (cached) gcc -mno-cygwin
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -mno-cygwin accepts -g... (cached) yes
checking for style of include used by make... GNU
checking dependency style of gcc -mno-cygwin... (cached) gcc3
checking how to run the C preprocessor... (cached) gcc -mno-cygwin -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for memcpy... yes
checking for strerror... yes
checking for unistd.h... (cached) yes
checking for i686-pc-mingw32-ar... no
checking for ar... (cached) ar
checking for i686-pc-mingw32-as... no
checking for as... as
checking for i686-pc-mingw32-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-mingw32-ld... no
checking for ld... ld
checking for i686-pc-mingw32-nm... no
checking for nm... nm
checking for i686-pc-mingw32-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-mingw32-windres... no
checking for windres... (cached) windres
updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in bz2lib
configure: running /bin/bash '../../setup/bz2lib/configure' --prefix=/usr/local  '-C' '--enable-dependencies' '--disable-shared' '--host=i686-pc-mingw32' '--build=i686-pc-cygwin' 'CC=gcc -mno-cygwin' 'CXX=g++ -mno-cygwin' '--enable-maintainer-mode' 'build_alias=i686-pc-cygwin' 'host_alias=i686-pc-mingw32' --cache-file=../config.cache --srcdir=../../setup/bz2lib
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets ${MAKE}... (cached) yes
checking for i686-pc-mingw32-strip... (cached) strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-mingw32
checking for i686-pc-mingw32-gcc... (cached) gcc -mno-cygwin
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -mno-cygwin accepts -g... (cached) yes
checking for gcc -mno-cygwin option to accept ANSI C... (cached) none needed
checking for style of include used by make... GNU
checking dependency style of gcc -mno-cygwin... (cached) gcc3
checking for i686-pc-mingw32-ranlib... no
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -mno-cygwin -E
checking for ANSI C header files... (cached) yes
updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
configure: configuring in libgetopt++
configure: running /bin/bash '../../setup/libgetopt++/configure' --prefix=/usr/local  '-C' '--enable-dependencies' '--disable-shared' '--host=i686-pc-mingw32' '--build=i686-pc-cygwin' 'CC=gcc -mno-cygwin' 'CXX=g++ -mno-cygwin' '--enable-maintainer-mode' 'build_alias=i686-pc-cygwin' 'host_alias=i686-pc-mingw32' --cache-file=../config.cache --srcdir=../../setup/libgetopt++
configure: loading cache ../config.cache
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) gawk
checking whether make sets $(MAKE)... (cached) yes
checking for i686-pc-mingw32-strip... (cached) strip
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for i686-pc-mingw32-g++... (cached) g++ -mno-cygwin
checking for C++ compiler default output... a.exe
checking whether the C++ compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... (cached) o
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ -mno-cygwin accepts -g... (cached) yes
checking for style of include used by make... GNU
checking dependency style of g++ -mno-cygwin... (cached) gcc3
checking for i686-pc-mingw32-gcc... (cached) gcc -mno-cygwin
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -mno-cygwin accepts -g... (cached) yes
checking for gcc -mno-cygwin option to accept ANSI C... (cached) none needed
checking dependency style of gcc -mno-cygwin... (cached) gcc3
checking whether gcc -mno-cygwin and cc understand -c and -o together... (cached) yes
checking build system type... (cached) i686-pc-cygwin
checking host system type... (cached) i686-pc-mingw32
checking for a sed that does not truncate output... (cached) 
checking for egrep... (cached) grep -E
checking for ld used by gcc -mno-cygwin... ../../setup/libgetopt++/configure: line 1: s%\\%/%g: No such file or directory
(cached) /usr/i686-pc-mingw32/bin/ld.exe
checking if the linker (/usr/i686-pc-mingw32/bin/ld.exe) is GNU ld... (cached) yes
checking for /usr/i686-pc-mingw32/bin/ld.exe option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) file_magic ^x86 archive import|^x86 DLL
checking how to run the C preprocessor... (cached) gcc -mno-cygwin -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) no
checking how to run the C++ preprocessor... (cached) g++ -mno-cygwin -E
checking for i686-pc-mingw32-g77... no
checking for i686-pc-mingw32-f77... no
checking for i686-pc-mingw32-xlf... no
checking for i686-pc-mingw32-frt... no
checking for i686-pc-mingw32-pgf77... no
checking for i686-pc-mingw32-fl32... no
checking for i686-pc-mingw32-af77... no
checking for i686-pc-mingw32-fort77... no
checking for i686-pc-mingw32-f90... no
checking for i686-pc-mingw32-xlf90... no
checking for i686-pc-mingw32-pgf90... no
checking for i686-pc-mingw32-epcf90... no
checking for i686-pc-mingw32-f95... no
checking for i686-pc-mingw32-fort... no
checking for i686-pc-mingw32-xlf95... no
checking for i686-pc-mingw32-lf95... no
checking for i686-pc-mingw32-g95... no
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether g77 accepts -g... (cached) yes
checking the maximum length of command line arguments... (cached) 8192
checking command to parse nm output from gcc -mno-cygwin object... (cached) ok
checking for objdir... (cached) .libs
checking for i686-pc-mingw32-ar... no
checking for ar... (cached) ar
checking for i686-pc-mingw32-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-mingw32-strip... (cached) strip
checking if gcc -mno-cygwin static flag  works... yes
checking if gcc -mno-cygwin supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcc -mno-cygwin option to produce PIC... -DDLL_EXPORT
checking if gcc -mno-cygwin PIC flag -DDLL_EXPORT works... yes
checking if gcc -mno-cygwin supports -c -o file.o... (cached) yes
checking whether the gcc -mno-cygwin linker (/usr/i686-pc-mingw32/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++ -mno-cygwin... (cached) /usr/i686-pc-mingw32/bin/ld.exe
checking if the linker (/usr/i686-pc-mingw32/bin/ld.exe) is GNU ld... (cached) yes
checking whether the g++ -mno-cygwin linker (/usr/i686-pc-mingw32/bin/ld.exe) supports shared libraries... yes
checking for g++ -mno-cygwin option to produce PIC... -DDLL_EXPORT
checking if g++ -mno-cygwin PIC flag -DDLL_EXPORT works... yes
checking if g++ -mno-cygwin supports -c -o file.o... (cached) yes
checking whether the g++ -mno-cygwin linker (/usr/i686-pc-mingw32/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -DDLL_EXPORT
checking if g77 PIC flag -DDLL_EXPORT works... yes
checking if g77 supports -c -o file.o... (cached) yes
checking whether the g77 linker (/usr/i686-pc-mingw32/bin/ld.exe) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking sys/cdefs.h usability... no
checking sys/cdefs.h presence... no
checking for sys/cdefs.h... no
checking for unistd.h... (cached) yes
checking for string... (cached) yes
checking for string.h... (cached) yes
checking getopt.h usability... no
checking getopt.h presence... no
checking for getopt.h... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/autoconf.h
config.status: executing depfiles commands
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.log.gz
Type: application/octet-stream
Size: 6093 bytes
Desc: 
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20030725/c1ce4933/attachment.obj>
-------------- next part --------------
Cygwin Package Information

Last downloaded files to: C:\install\Cygwin

Last downloaded files from: ftp://archive.progeny.com/cygwin



Package                 Version

_update-info-dir        00162-1

ash                     20020731-1

autoconf                2.54-1

autoconf-devel          2.57-1

autoconf-stable         2.13-4

automake                1.7.1-1

automake-devel          1.7.3-1

automake-stable         1.4p5-5

base-files              1.3-1

base-passwd             1.1-1

bash                    2.05b-9

binutils                20030307-1

bison                   20030307-1

byacc                   1.9-1

bzip2                   1.0.2-2

clear                   1.0-1

cron                    3.0.1-9

crypt                   1.0-1

ctags                   5.5-3

cvs                     1.11.0-1

cygrunsrv               0.95-1

cygutils                1.1.3-1

cygwin                  1.3.22-1

cygwin-doc              1.3-3

diff                    1.0-1

diffutils               2.8.1-1

ed                      0.2-1

enscript                1.6.3-3

file                    4.02-1

fileutils               4.1-1

findutils               4.1.7-4

flex                    2.5.4-2

fortune                 1.8-2

fvwm                    2.4.7-2

fvwm2rc                 0.0

fvwm_icons              0.0

gawk                    3.1.2-2

gcc                     3.2-3

gcc-mingw               20020817-5

gcc2                    2.95.3-10

gdb                     20030303-1

gdbm                    1.8.0-5

gettext                 0.11.5-1

gperf                   2.7.2-1

grep                    2.5-1

groff                   1.18.1-2

gzip                    1.3.3-4

indent                  2.2.8-1

inetutils               1.3.2-22

ispell                  3.2.02

jpeg                    6b-7

less                    378-1

lesstif                 0.93.41-1

libbz2_0                1.0.2-1

libbz2_1                1.0.2-2

libcharset1             1.8-2

libdb3.1                3.1.17-2

libgdbm                 1.8.0-5

libgdbm-devel           1.8.0-5

libgdbm3                1.8.3-1

libiconv                1.8-2

libiconv2               1.8-2

libintl                 0.10.38-3

libintl1                0.10.40-1

libintl2                0.11.5-1

libkpathsea3            2.0.2-1

libltdl3                1.5-1

libncurses5             5.2-1

libncurses6             5.2-8

libncurses7             5.3-1

libpng                  1.2.5-1

libpng12                1.2.5-1

libpng12-devel          1.2.5-1

libpng2                 1.0.12-1

libpopt0                1.6.4-4

libreadline4            4.1-2

libreadline5            4.3-2

libtool                 20020705-1

libtool-devel           1.5-1

libtool-stable          1.4.3-1

login                   1.8-1

m4                      1.4-1

make                    3.79.1-7

man                     1.5j-2

mc                      4.6.0-2

mingw-runtime           2.4-1

mktemp                  1.4-1

more                    2.11o-1

ncftp                   3.1.4-1

ncurses                 5.3-1

newlib-man              20020801

openssh                 3.6.1p1-1

openssl                 0.9.7a-3

openssl096              0.9.6i-3

patch                   2.5.8-3

pcre                    4.1-1

perl                    5.6.1-2

pinfo                   0.6.6p1-1

pkgconfig               0.15.0-1

popt                    1.6.4-4

postgresql              7.3.2-1

procps                  010801-2

python                  2.2.2-7

readline                4.3-2

regex                   4.4-2

rsync                   2.5.6-1

rxvt                    2.7.10-3

sed                     4.0.7-1

sh-utils                2.0.15-3

sharutils               4.2.1-2

shutdown                1.2-2

tar                     1.13.25-1

tcltk                   20030214-1

tcsh                    6.12.00-5

termcap                 20020930-1

terminfo                5.3-2

tetex                   2.0.2-1

tetex-base              2.0.2-1

tetex-bin               2.0.2-1

tetex-doc               2.0.2-1

tetex-extra             2.0.2-1

tetex-tiny              2.0.2-1

texinfo                 4.2-4

textutils               2.0.21-1

tidy                    030201-1

tiff                    3.6.0-1

time                    1.7-1

unzip                   5.50-2

upx                     1.24-1

vim                     6.1.300-1

w32api                  2.3-1

wget                    1.8.2-2

which                   1.5-1

xfig                    3.2.3d

XFree86-base            4.2.0-1

XFree86-bin             4.2.0-3

XFree86-etc             4.2.0-1

XFree86-f100            4.2.0-2

XFree86-fcyr            4.2.0-2

XFree86-fenc            4.2.0-2

XFree86-fnts            4.2.0-2

XFree86-lib             4.2.0-5

XFree86-man             4.2.0-1

XFree86-prog            4.2.0-1

XFree86-startup-scripts 4.2.0-3

xpm-nox                 4.2.0-1

zip                     2.3-2

zlib                    1.1.4-1



Use -h to see help about each section



More information about the Cygwin-apps mailing list