>----- Original Message ----- >From: [hidden email] >To: [hidden email] >Date: Sat, 05 Mar 2005 20:28:57 -0800 >Subject: Quantlib-users digest, Vol 1 #672 - 4 msgs > >Send Quantlib-users mailing list submissions to > [hidden email] > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/quantlib-users >or, via email, send a message with subject or body 'help' to > [hidden email] > >You can reach the person managing the list at > [hidden email] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Quantlib-users digest..." > > >Today's Topics: > > 1. FW: [Quantlib-users] AmericanOption compiler errors (Kristian Johnson) > 2. Re: make/aclocal problem (David Zverina) > 3. Re: Yet another linker error: > 'libboost_unit_test_framework-vc71-mt-sgd-1_32.lib' (Ferdinando Ametrano) > >I have recently installed QuantLib and am trying to compile the >AmericanOption.cpp example. There doesn't appear to be a makefile for the >g++ compiler, and the Borland makefile format doesn't seem to work, as it >keeps giving "Missing Separator" errors. Does anyone know if the >makefile.mak is supposed to work for g++, or if there is a g++ makefile for >these example scripts? > >Thanks. > > >-- >No virus found in this outgoing message. >Checked by AVG Anti-Virus. >Version: 7.0.300 / Virus Database: 266.5.5 - Release Date: 3/1/2005 > > > > >-- >No virus found in this outgoing message. >Checked by AVG Anti-Virus. >Version: 7.0.300 / Virus Database: 266.5.5 - Release Date: 3/1/2005 > > > >Hi Andre, > >I am working on absolutely identical setup (all the version numbers >match) and it's basically up to date FC3. However I cannot replicate the >problem. Is it possible that there is something stale in your directory >structure that is stuffing things up? Can you still replicate the issue >if you check out a clean copy? In particular I note that CVS does not >have the configure script and it's only generated by autogen.sh. > >Cheers, > >Dave. > >-------------- ># my tools packages >$ rpm -q gcc swig libtool automake autoconf make >gcc-3.4.2-6.fc3 >swig-1.3.21-6 >libtool-1.5.6-4 >automake-1.9.2-3 >autoconf-2.59-5 >make-3.80-5 > ># this is how I grabbed my CVS copy >export CVSROOT=:pserver:[hidden email]:/cvsroot/quantlib >cvs login >cvs -z3 co -P QuantLib > > >On Thu, 2005-03-03 at 14:33 +0200, Andre Louw wrote: >> Hi to everyone. I've been gone for a while but I'm back with a >> vengeance. I have not, for the last 4 months looked at the mailing >> lists, so what I'm asking might be a repeat, if so please tell me and >> I'll look for the answer >> >> I've updated to fedora core3 and are running the following versions: >> >> gcc version 3.4.2 >> GNU libtool version 1.5.6 >> swig version 1.3.21 >> GNU automake version 1.9.2 >> GNU autoconf version 2.59 >> GNU make version 3.80 >> >> I've updated my copy of QuantLib via CVS and have a problem. I started >> with just a straight ./configure which worked OK, running make resulted >> in the following error: >> >> [andre@mercury /QuantLib]$ make >> cd . && >> /bin/sh: -c: line 1: syntax error: unexpected end of file >> make: *** [configure] Error 2 >> >> So, then I ran ./autogen and it came up with the following: >> >> [andre@mercury /QuantLib]$ sh ./autogen.sh >> Can't locate object method "path" via package "Request" at >> /usr/share/autoconf/Autom4te/C4che.pm line 69, <GEN1> line 319. >> aclocal: autom4te failed with exit status: 1 >> autoreconf: aclocal failed with exit status: 1 >> >> What am I missing? Any suggestions please. >> >> Andre Louw >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Quantlib-users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/quantlib-users > > > >Hi Joe > >you wrote: >> I have linker problem I haven't seen resolved here. I get it >> while trying trying to link the testsuite module of QuantLib >> >>LINK : fatal error LNK1104: cannot open file >>'libboost_unit_test_framework-vc71-mt-sgd-1_32.lib' > >you haven't compiled the boost libraries. While QuantLib depends only on >boost headers, the test-suite depends on boost unit test libraries. >See http://www.boost.org/more/getting_started.html, especially "build and >install" > >>For what it's worth, I've already included my version of boost in the >>Tools->VC++ Directories->Include Files section of the module's Properties >>page, so I don't think that's the issue. >For the test suite you will also need to add the boost library folder in >"Tools->VC++ Directories->Library Files" (or something equivalent: I don't >have access to VC now) > >hope it helps > >ciao -- Nando > > > > > >_______________________________________________ >Quantlib-users mailing list >[hidden email] >https://lists.sourceforge.net/lists/listinfo/quantlib-users > > ------------------------------------------------- Your Life on the Net DreamWiz Free Mail @ http://www.dreamwiz.com/ |
Free forum by Nabble | Edit this page |