Hi all
the previous message was not the end of the story with cygwin: a fresh checked-out copy of QuantLib does not bootstrap. Please help if you can, since I'm not confident wit autotools ciao -- Nando Administrator@PORT-AMETRANO ~ $ export CVSROOT=:pserver:[hidden email]:/cvsroot/quantlib Administrator@PORT-AMETRANO ~ $ cvs login (Logging in to [hidden email]) CVS password: Administrator@PORT-AMETRANO ~ $ cvs -z3 co -P QuantLib cvs server: Updating QuantLib U QuantLib/Authors.txt [... omissis ...] U QuantLib/ql/functions/mathf.hpp Administrator@PORT-AMETRANO ~ $ cd QuantLib/ Administrator@PORT-AMETRANO ~/QuantLib $ ./bootstrap configure.in: installing `config/install-sh' configure.in: installing `config/mkinstalldirs' configure.in: installing `config/missing' Examples/BermudanSwaption/Makefile.am: installing `config/depcomp' aclocal.m4:901: required file `config/ltmain.sh' not found aclocal.m4:901: installing `config/config.guess' aclocal.m4:901: installing `config/config.sub' automake: processing Makefiles another time to fix them up. Administrator@PORT-AMETRANO ~/QuantLib $ automake --version automake (GNU automake) 1.5b Written by Tom Tromey <[hidden email]>. Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Administrator@PORT-AMETRANO ~/QuantLib $ autoconf --version autoconf (GNU Autoconf) 2.52 Written by David J. MacKenzie. Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Administrator@PORT-AMETRANO ~/QuantLib $ ./bootstrap autoheader: ql/config.hpp.in is unchanged aclocal.m4:901: required file `config/ltmain.sh' not found Administrator@PORT-AMETRANO ~/QuantLib $ ./configure checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... no checking for gawk... gawk checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for gcc... gcc checking for C compiler default output... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... .exe checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... checking whether ln -s works... yes checking how to recognise dependant libraries... file_magic file format pei*-i386(.*architecture: i386)? checking how to run the C preprocessor... gcc -E checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 8192 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ranlib... (cached) ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes checking whether -lc should be explicitly linked in... 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... yes checking whether to build static libraries... yes checking for sed... /usr/bin/sed checking if C++ compiler supports namespaces (required)... yes checking if C++ environment has working string class (required)... yes checking for math.h... yes checking for cmath... yes checking for ctype.h... yes checking for cctype... yes checking for ctime... yes checking for time.h... yes checking for limits... no checking for climits... yes checking for limits.h... yes checking for float.h... yes checking for stdio.h... yes checking for cstdio... yes checking for stdlib.h... yes checking for cstdlib... yes checking if C++ environment has size_t... found in std checking if C++ environment has sqrt... found in std checking if C++ environment has fabs... found in std checking if C++ environment has exp... found in std checking if C++ environment has log... found in std checking if C++ environment has sin... found in std checking if C++ environment has cos... found in std checking if C++ environment has pow... found in std checking if C++ environment has modf... found in std checking if C++ environment has floor... found in std checking if C++ environment has toupper... found in std checking if C++ environment has strlen... found in std checking if C++ environment has tolower... found in std checking if C++ environment has clock... found in std checking if C++ environment has time... found in std checking if C++ environment has sprintf... found in std checking if C++ environment has max... found in std checking if C++ environment has min... found in std checking if C++ environment has iterator... not found checking if C++ environment has iterator_traits... found in std configure: creating ./config.status config.status: creating Makefile config.status: creating ql/Makefile config.status: creating ql/Calendars/Makefile config.status: creating ql/CashFlows/Makefile config.status: creating ql/DayCounters/Makefile config.status: creating ql/FiniteDifferences/Makefile config.status: creating ql/functions/Makefile config.status: creating ql/Indexes/Makefile config.status: creating ql/Instruments/Makefile config.status: creating ql/Lattices/Makefile config.status: creating ql/Math/Makefile config.status: creating ql/MonteCarlo/Makefile config.status: creating ql/Optimization/Makefile config.status: creating ql/Patterns/Makefile config.status: creating ql/Pricers/Makefile config.status: creating ql/RandomNumbers/Makefile config.status: creating ql/ShortRateModels/Makefile config.status: creating ql/ShortRateModels/CalibrationHelpers/Makefile config.status: creating ql/ShortRateModels/OneFactorModels/Makefile config.status: creating ql/ShortRateModels/TwoFactorModels/Makefile config.status: creating ql/Solvers1D/Makefile config.status: creating ql/TermStructures/Makefile config.status: creating ql/Utilities/Makefile config.status: creating ql/Volatilities/Makefile config.status: creating man/Makefile config.status: creating Examples/Makefile config.status: creating Examples/BermudanSwaption/Makefile config.status: creating Examples/DiscreteHedging/Makefile config.status: creating Examples/EuropeanOption/Makefile config.status: creating Examples/Swap/Makefile config.status: creating quantlib-config config.status: creating ql/config.hpp Administrator@PORT-AMETRANO ~/QuantLib $ make dist make: *** No rule to make target `config/ltmain.sh', needed by `distdir'. Stop. |
Free forum by Nabble | Edit this page |