[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compile gcvspl
From: |
dbateman |
Subject: |
Re: Compile gcvspl |
Date: |
Thu, 19 Feb 2009 05:26:03 -0800 (PST) |
Jose Rodriguez-6 wrote:
>
> Hi.
>
> I'm having some trouble trying to compile gcvspl in my work
> computer. Everything went fine in my laptop, but at work
> something is missing. When I do
>
> mkoctfile gcvspl.cc gcvsplf.f
>
> I obtain:
>
>
> /usr/include/octave-3.0.0/octave/ov-base.h:434: error:
> ‘hid_t’ has not been declared
> /usr/include/octave-3.0.0/octave/ov-base.h:437: error:
> ‘hid_t’ has not been declared
>
> My computer administrator told me that he has installed the
> development tools, debugging info and Octave sources, but
> something is still missing. Could that be the development
> hdf5 libraries?
>
Yes hid_t is an HDF5 type and so yes installing the HDF5 development package
is probably want you want.
> Also, I naively tried to run the oct file compiled in my
> laptop and it refuses complaining about
>
> error: liblapack.so.3gf: cannot open shared object file: No
> such file or directory
>
You probably don't have the same setup of your libraries because you
probably don't have the same OS on both systems.
D.
--
View this message in context:
http://www.nabble.com/Compile-gcvspl-tp22099395p22100347.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Compile gcvspl, Jose Rodriguez, 2009/02/19
- Re: Compile gcvspl,
dbateman <=