[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trouble installing netcdf on octave 3.6.2
From: |
Sergei Steshenko |
Subject: |
Re: trouble installing netcdf on octave 3.6.2 |
Date: |
Wed, 10 Apr 2013 14:29:10 -0700 (PDT) |
--- On Wed, 4/10/13, Clinton Winant <address@hidden> wrote:
From: Clinton Winant <address@hidden>
Subject: trouble installing netcdf on octave 3.6.2
To: address@hidden
Date: Wednesday, April 10, 2013, 2:22 PM
After:
octave:1> pkg install -global -forge octcdf
make: *** [all] Error 1
'make' returned the following error: make: Entering directory
`/tmp/oct-dGso3A/octcdf/src'
*** netcdf libraries or headers missing
make: Leaving directory `/tmp/oct-dGso3A/octcdf/src'
error: called from `pkg>configure_make' in file
/usr/share/octave/3.6.2/m/pkg/pkg.m near line 1391, column 9
error: called from:
error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 834, column 5
error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 383, column 9
Suggestions??
-----Inline Attachment Follows-----
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave
The suggestion is to carefully read the error message:
"
*** netcdf libraries or headers missing
"
and to act accordingly - most likely to install 'netcdf' development packages.
Regards,
Sergei.