help-octave
[Top][All Lists]
Advanced

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

Re: Help building octave


From: przemek klosowski
Subject: Re: Help building octave
Date: Mon, 2 May 2022 16:25:11 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

These are LAPACK routines and on my system (Fedora 35) they are in /usr/lib64/liblapack.so from package lapack-devel

nm /usr/lib64/liblapack.so | grep cgejsv
000000000033d53f t .annobin_cgejsv_.end
0000000000334101 t .annobin_cgejsv_.start
0000000000334110 T cgejsv_

On 5/2/22 16:19, John Ferreira wrote:
Hello,
I am so close to getting a proper 32-bit build of octave for rhel 7. However, I am running into this error when calling make: /home/jferreira/builds/octaveSrc/octave/liboctave/.libs/liboctave.so: undefined reference to `cgejsv_' /home/jferreira/builds/octaveSrc/octave/liboctave/.libs/liboctave.so: undefined reference to `zgejsv_'
collect2: error: ld returned 1 exit status
Makefile:14536: recipe for target 'src/octave-cli' failed
make[2]: *** [src/octave-cli] Error 1
make[2]: Leaving directory '/home/jferreira/builds/octaveSrc/octave'
Makefile:26466: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/jferreira/builds/octaveSrc/octave'
Makefile:26764: recipe for target 'install' failed
make: *** [install] Error 2
[jferreira@rhhost1 octave]$

Would someone be able to help me determine what dependency I am missing to cause the undefined references above? (cgejsv_ and zgejsv_)

Thank you so much,
John F

----------
We are transitioning to a web based forum
for community help discussions at
https://octave.discourse.group/c/help



reply via email to

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