Hi,

@Carlo: I disabled shared libs because I've many versions of BLAS /
Lapack lying in my computer. The one I specified in --with-blas option
is a static lib, built without -fPIC option, so other shared libs
cannot use it (hope I'm correct).

I remove "--disable-shared" and tried again, but ended up with
hundreds of these lines:
../liboctave/.libs/liboctave.so: undefined reference to `xsdot_'
../liboctave/.libs/liboctave.so: undefined reference to `dgennor_'
../liboctave/.libs/liboctave.so: undefined reference to `dconv2o_'
../liboctave/.libs/liboctave.so: undefined reference to `cconv2i_'
../liboctave/.libs/liboctave.so: undefined reference to `xdbetai_'
../liboctave/.libs/liboctave.so: undefined reference to `cconv2o_'
../liboctave/.libs/liboctave.so: undefined reference to `ddaspk_'
../liboctave/.libs/liboctave.so: undefined reference to `zbiry_'
../liboctave/.libs/liboctave.so: undefined reference to `cbesh_'
../liboctave/.libs/liboctave.so: undefined reference to `setall_'
../liboctave/.libs/liboctave.so: undefined reference to `dgenunf_'
../liboctave/.libs/liboctave.so: undefined reference to `zffti_'
../liboctave/.libs/liboctave.so: undefined reference to `cffti_'
../liboctave/.libs/liboctave.so: undefined reference to `cfftf_'



@J.P.Carbajal: The bug is here: https://savannah.gnu.org/bugs/index.php?34997



-- Satish.BD




On Tue, Dec 6, 2011 at 09:11, Juan Pablo Carbajal <carba...@ifi.uzh.ch> wrote:
> 2011/12/6 bd satish <bdsat...@gmail.com>:
>> Unfortunately not ! That "unknown-linux-gnu-api-v45+: No such file or
>> directory" still remains.
>>
>> That "no api ..."  message is spit out by
>> octave_shlib::shlib_rep::new_instance(  ) function :
>> [ http://hg.tw-math.de/highegg/annotate/07ebe522dac2/liboctave/oct-shlib.cc ]
>>
>>
>> Clearly an octave bug, when shared libraries are disabled, i guess it
>> should not call any function in oct-shlib.cc.
>> Alas, I don't know how to fix it.
>>
>>
>>
>> -- Satish.BD
>>
>>
>>
>> 2011/12/6 Carnë Draug <carandraug+...@gmail.com>:
>>> On 6 December 2011 02:24, bd satish <bdsat...@gmail.com> wrote:
>>>> Thanks Carnë, but it didn't work.
>>>>
>>>> I removed /etc/octave3.2.conf -- but no use.
>>>> I had run configure with  "--disable-shared --disable-dl", therefore
>>>> "pkg install -forge specfun" doesn't work. (urlread not available)
>>>>
>>>> I noticed that the error message says "no API for dynamic loading is
>>>> available" -- probably this is also because of shared libraries being
>>>> disabled, so dynamic linking doesn't work. A similar error was
>>>> reported sometime ago:
>>>>
>>>> http://octave.1599824.n4.nabble.com/Octave-3-4-2-execution-problems-Linux-PowerPC-td3782880.html
>>>>
>>>> Looks like Octave is broken with "static-lib only" builds.
>>>
>>> Oh yeah, you are right. I only saw the error
>>> "...x86_64-unknown-linux-gnu-api-v45+: No such file or directory"
>>> which I had solved by removing that file. Did that part of the error
>>> message disappeared at least?
>>>
>>> Carnë
>>
>> ------------------------------------------------------------------------------
>> Cloud Services Checklist: Pricing and Packaging Optimization
>> This white paper is intended to serve as a reference, checklist and point of
>> discussion for anyone considering optimizing the pricing and packaging model
>> of a cloud services business. Read Now!
>> http://www.accelacomm.com/jaw/sfnl/114/51491232/
>> _______________________________________________
>> Octave-dev mailing list
>> Octave-dev@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/octave-dev
>
> Hi Satish,
>
> It would be kind of you to report the bug here.
> https://savannah.gnu.org/bugs/?group=octave
>
> Thanks!
>
>
> --
> M. Sc. Juan Pablo Carbajal
> -----
> PhD Student
> University of Zürich
> http://ailab.ifi.uzh.ch/carbajal/

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to