On Thu, Aug 28, 2008 at 2:02 AM, Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote: > Hello > > I counld not build octgpr-1.1.4 on cygwin octave-3.0.2(gcc-dw2). > > > ./configure > checking mkoctfile for $BLAS_LIBS... -llapack -ltmglib -lblas > checking for library containing dtpsv... none required > checking for library containing dtpsv none required > checking for library containing dpotrf... none required > checking for library containing dgeqr2... none required > checking for library containing dorm2r... none required > checking for library containing dtrtrs... none required > checking for library containing dpotri... none required > checking for library containing dsyev... none required > configure: creating ./config.status > config.status: creating Makefile > config.status: creating config.h > config.status: config.h is unchanged > > ********** > make > make[1]: Entering directory > `/opt/octave/octave-forge-bundle-20080824/main/octgpr-1.1.4/src' > mkoctfile -o gpr_train.oct gpr_train.o dsdacc.o dwdis2.o dtr2tp.o nllgpr.o > nldgpr.o nl0gpr.o corrf.o > stheta.o dscrot.o dscsev.o dspmid.o dxnrm2.o trstp.o sr1upd.o optdrv.o > get_corrf.o train.o setup.o > -llapack -ltmglib -lblas > setup.o: In function `GPR_setup': > /opt/octave/octave-forge-bundle-20080824/main/octgpr-1.1.4/src/setup.c:43: > undefined reference to > `_pakgpr_' > collect2: ld returned 1 exit status > make[1]: *** [gpr_train.oct] Error 1 > make[1]: Leaving directory > `/opt/octave/octave-forge-bundle-20080824/main/octgpr-1.1.4/src' > ********** > > The previous version octgpr-1.1.3 could be installed. > Perhaps lack of dtpsv, dtpsv... are the origin of the problem > > What is newly required for octgpr-1.1.4? > Perhaps it is related with the lapack. >
No, it is a problem with Makefile.in - a source (pakgpr.f) is not mentioned. Strangely enough, my linker doesn't complain (though pakgpr_ is certainly referenced) - that's why I missed this problem. This should already be fixed in the SVN tree. > Regards > > Tatsuro > > > > > -------------------------------------- > For All Sports Lovers! SPORTS OHEN PROJECT 2008 > http://pr.mail.yahoo.co.jp/yells/ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Octave-dev mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/octave-dev > -- RNDr. Jaroslav Hajek computing expert Aeronautical Research and Test Institute (VZLU) Prague, Czech Republic url: www.highegg.matfyz.cz ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
