help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cannot install packages on octave-3.8.1rc3


From: Philip Nienhuis
Subject: Re: cannot install packages on octave-3.8.1rc3
Date: Fri, 21 Feb 2014 00:15:52 -0800 (PST)

tmacchant wrote
> Hello
> 
> I have installed octave-3.8.1rc3 binary on 
> http://mxeoctave.osuv.de/3.8.1-RC/
> 
> I have tried install octave-forge package executing build_packages.m at 
> C:\octave\Octave-3.8.1-rc3\src
> 
> I have met install error in the first package (general package).
> So I tried 
> pkg install general-1.3.2.tar.gz -verbose
> 
> **********************************************************************
> octave:3> pkg install general-1.3.2.tar.gz -verbose
> mkdir (C:\Users\Tatsu\AppData\Local\Temp\oct-45)
> untar (general-1.3.2.tar.gz, C:\Users\Tatsu\AppData\Local\Temp\oct-45)
> make: Entering directory `/tmp/oct-45/general/src'
> C:/octave/Octave-3.8.1-rc3/bin/mkoctfile-3.8.1-rc3.exe SHA1.cc
> c:/octave/octave-3.8.1-rc3/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bin/ld.exe:
> cannot find -lgcc_s
> c:/octave/octave-3.8.1-rc3/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bin/ld.exe:
> cannot find -lgcc_s
> collect2.exe: error: ld returned 1 exit status
> make: *** [SHA1.oct] Error 1
> make: Leaving directory `/tmp/oct-45/general/src'
> 
> pkg: error running `make' for the general package.
> error: called from 'configure_make' in file
> C:\octave\Octave-3.8.1-rc3\share\octave\3.8.1-rc3\m\pkg\private\configure_make.m
> near line 82, column 9
> error: called from:
> error:  
> C:\octave\Octave-3.8.1-rc3\share\octave\3.8.1-rc3\m\pkg\private\install.m
> at line 199, column 5
> error:   C:\octave\Octave-3.8.1-rc3\share\octave\3.8.1-rc3\m\pkg\pkg.m at
> line 394, column 9
> *******************************************************
> 
> Any suggestions?

On my box, with an mxe-cross built 3.8.1-rc3, all packages in the
build_packages.m script install fine (save for tsa, I'll post another thread
or bug report for that).
Lots of warnings for deprecated octave_map & '\' continuation marker but
that'll be solved as packages get updated.

My mxe-octave setup is a bit lagging behind (~3 weeks old); it's at:
a4c024c9b9c1 'Fix typo for msys-zip.mk in dist-files.mk'
and I have some personal mods (a.o., java include subdir, list of OF
packages, no "-auto, -global" flags in the build_packages.m script).

I don't know the state of Markus' mxe-octave used for building the binary
you tried; *if* that is up-to-date *then* it could be inferred that maybe it
is better to not cross-build Octave releases with bleeding edge mxe-octave.

Philip




--
View this message in context: 
http://octave.1599824.n4.nabble.com/cannot-install-packages-on-octave-3-8-1rc3-tp4662113p4662114.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]