help-octave
[Top][All Lists]
Advanced

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

Re: octave 3.4.0 and octave-forge-20110226 for cygwin released


From: Marco atzeri
Subject: Re: octave 3.4.0 and octave-forge-20110226 for cygwin released
Date: Fri, 09 Sep 2011 13:51:39 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1

On 9/8/2011 8:14 PM, 2NinerRomeo wrote:
Attempting a package install, downloaded control-2.1.55.tar.gz from
octave-forge, and getting the following on attempting pkg install.

octave:4>  pkg install /cygdrive/c/Sources/Octave/control-2.1.55.tar.gz
make: *** /tmp/oct-289098.2/control/src: No such file or directory.  Stop.
'make' returned the following error:
error: called from `pkg>configure_make' in file
/usr/share/octave/3.4.2/m/pkg/pkg.m near line 1339, column 9
error: called from:
error:   /usr/share/octave/3.4.2/m/pkg/pkg.m at line 790, column 5
error:   /usr/share/octave/3.4.2/m/pkg/pkg.m at line 361, column 9
octave:4>

I have installed libfftw3-devel

There is likely something of which I am ignorant, thanks for your help..


Have you also octave-devel ?

You can also try:

1)
 put the source package on the cygwin tree and check permissions,
 as you can easily mismatch the permissions;
 from shell:

 cp /cygdrive/c/Sources/Octave/control-2.1.55.tar.gz /usr/src
 cd /usr/src
 chmod 666 control-2.1.55.tar.gz

2)
  from octave:
  pkg install  -noauto -verbose control-2.1.55.tar.gz


Please note that cygwin already has control-2.1.52 in
the octave-forge package.

$ cygcheck -c -d |grep octave
octave                         3.4.2-1
octave-devel                   3.4.2-1
octave-doc                     3.4.2-1
octave-forge                   20110730-1


Regards
Marco

PS: next time start a new thread instead of replying to an old message


reply via email to

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