|
From: Luigi B. <lui...@gm...> - 2016-09-30 13:55:27
|
LD_LIBRARY_PATH should work. libQuantLib.a is the static version of the library; you can link it to your program instead of the dynamic version if you want a self-contained executable. QuantLib-SWIG doesn't overwrite anything; it creates a Python module with its own dynamic library. Luigi On Fri, Sep 30, 2016 at 12:11 PM Die Optimisten <in...@di...> wrote: > Ok, have to add it to the Path, too (installed it locally) (seen that just > before your mail) > - now it should work. //Should buy a faster machine!! :) > > Is there a global VAR for adding a LIBRARY-Path? > > (adding gcc-Options is not easy, too. These days I alter the configure* - > Scripts, > I would like to do sg like make CFLAGS+="--nogdb" > 1) seems I cant add Options to make > 2) CFLAGS can't be added, only set (which means, all other options > would be lost) > 3) there is no --nogdb option (--gdb exisists, so I wonder how I can > disable it , -toggling is no solution) > - interestingly I don't find any (actual) man-page for gcc, etc > (only the old versions are complete?) > - why aren't these installed on the system??? > > Another question: > What (for) is libQuantLib.a ? > What is the output when compiling/installing quantlib-swig? (Does it > overwrite libQuantLib.so.0.0.0) ? > > Thx > Opti > > > On 2016-09-30 11:42, Luigi Ballabio wrote: > > packages.debian.org tells me it's in the libtool package. Same thing on > my Ubuntu system. I have it in /usr/bin, same as libtool. > > Luigi > > On Fri, Sep 30, 2016 at 11:36 AM Die Optimisten <in...@di...> > wrote: > >> ./autogen.sh >> Can't exec "libtoolize": No such file or directory at >> /usr/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN3> line 6. >> autoreconf: failed to run libtoolize: No such file or directory >> autoreconf: libtoolize is needed because this package uses Libtool >> >> Run the command ./configure --help for information on options >> that can change the behavior of the library. >> >> - Where from is libtoolize? Have never seen that >> >> Opti >> >> On 2016-09-30 11:01, Luigi Ballabio wrote: >> > Should be about 10/15 minutes. Yes, libtool is packaged. Strange. >> > May you try installing libtool and running ./autogen.sh before >> > ./configure so that it picks up your version? >> > >> > Luigi >> > >> > >> >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> QuantLib-dev mailing list >> Qua...@li... >> https://lists.sourceforge.net/lists/listinfo/quantlib-dev >> > > > ------------------------------------------------------------------------------ > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |