On 09/13/2012 06:15 PM, gregid wrote: > I tried to install optim package downloaded from forge website, -forge, and > svn trunk download. > All with the same result. Any advice on how to fix it? Anyone else having > similar problem?
The optim package appears to not have been touched for 3 months, so I doubt it is something in the package. I notice that the globals that are being complained about are F77 routines. See the code here: http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/optim/src/__disna_optim__.cc?revision=10116&view=markup and that they are in the LAPACK. /* 48 Interface to DDISNA and SDISNA of LAPACK. 52 */ Do you have LAPACK available? The module appears to be trying to piece things together. Dan > > octave:117> pkg install -forge optim > __disna_optim__.o: In function `Z16F__disna_optim__RK17octave_value_listi': > C:\Users\Me\AppData\Local\Temp\oct-24\optim-1.2.0\src/__disna_optim__.cc:132: > undefined reference to `sdisna_' > C:\Users\Me\AppData\Local\Temp\oct-24\optim-1.2.0\src/__disna_optim__.cc:144: > undefined reference to `ddisna_' > collect2: ld returned 1 exit status > strip: '__disna_optim__.oct': No such file > make: *** [__disna_optim__.oct] Error 1 > 'make' returned the following error: make: Entering directory > `/tmp/oct-24/optim-1.2.0/src' > LFLAGS="-Lc:\Octave\Octave3.6.2_gcc4.6.2\lib\octave\3.6.2 > -Lc:\Octave\Octave3.6.2_gcc4.6.2\lib -lblas" C:/Octave/Octave > 3.6.2_gcc4.6.2/bin/mkoctfile-3.6.2 -s __bfgsmin.cc > LFLAGS="-Lc:\Octave\Octave3.6.2_gcc4.6.2\lib\octave\3.6.2 > -Lc:\Octave\Octave3.6.2_gcc4.6.2\lib -lblas" C:/Octave/Octave > 3.6.2_gcc4.6.2/bin/mkoctfile-3.6.2 -s numgradient.cc > LFLAGS="-Lc:\Octave\Octave3.6.2_gcc4.6.2\lib\octave\3.6.2 > -Lc:\Octave\Octave3.6.2_gcc4.6.2\lib -lblas" C:/Octave/Octave > 3.6.2_gcc4.6.2/bin/mkoctfile-3.6.2 -s numhessian.cc > LFLAGS="-Lc:\Octave\Octave3.6.2_gcc4.6.2\lib\octave\3.6.2 > -Lc:\Octave\Octave3.6.2_gcc4.6.2\lib -lblas" C:/Octave/Octave > 3.6.2_gcc4.6.2/bin/mkoctfile-3.6.2 -s samin.cc > LFLAGS="-Lc:\Octave\Octave3.6.2_gcc4.6.2\lib\octave\3.6.2 > -Lc:\Octave\Octave3.6.2_gcc4.6.2\lib -lblas" C:/Octave/Octave > 3.6.2_gcc4.6.2/bin/mkoctfile-3.6.2 -s __disna_optim__.cc > make: Leaving directory `/tmp/oct-24/optim-1.2.0/src' > error: called from `pkg>configure_make' in file > C:\Octave\Octave3.6.2_gcc4.6.2\share\octave\3.6.2\m\pkg\pkg.m near line > 1385, column 9 > error: called from: > error: C:\Octave\Octave3.6.2_gcc4.6.2\share\octave\3.6.2\m\pkg\pkg.m at > line 827, column 5 > error: C:\Octave\Octave3.6.2_gcc4.6.2\share\octave\3.6.2\m\pkg\pkg.m at > line 383, column 9 > > > > -- > View this message in context: > http://octave.1599824.n4.nabble.com/optim-package-on-Windows-doesn-t-install-tp4644095.html > Sent from the Octave - Dev mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > Octave-dev mailing list > Octave-dev@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/octave-dev > -- Dan Sebald email: daniel(DOT)sebald(AT)ieee(DOT)org URL: http://www(DOT)dansebald(DOT)com ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev