octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #59968] ld: symbol(s) not found for architectu


From: David Laxer
Subject: [Octave-bug-tracker] [bug #59968] ld: symbol(s) not found for architecture x86_64
Date: Sun, 31 Jan 2021 15:00:56 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15

Follow-up Comment #4, bug #59968 (project octave):

One version is from MacPorts, the other is  from building SuiteSparse from
source.
The linker must have chosen the MacPort one in /opt/local/lib, because of the
order of my -L parameters in the ./configure command.

However, the one in  /Users/davidlaxer/SuiteSparse/lib doesn't seem to have
the symbol either.

+ verbatim +
$ find /Users/davidlaxer/SuiteSparse/lib -name '*libspqr*' -ls
12919933033        0 lrwxr-xr-x    1 davidlaxer       staff                 
19 Jan 28 09:42 /Users/davidlaxer/SuiteSparse/lib/libspqr.2.dylib ->
libspqr.2.0.9.dylib
12919933032        0 lrwxr-xr-x    1 davidlaxer       staff                 
19 Jan 28 09:42 /Users/davidlaxer/SuiteSparse/lib/libspqr.dylib ->
libspqr.2.0.9.dylib
12919933031      456 -rwxr-xr-x    1 davidlaxer       staff             
259152 Jan 28 09:42 /Users/davidlaxer/SuiteSparse/lib/libspqr.2.0.9.dylib
$ find /opt/local/lib -name '*libspqr*' -ls
12898065251      264 -rw-r--r--    1 root             admin             
278488 May 17  2020 /opt/local/lib/libspqr.a
12898065253        0 lrwxr-xr-x    1 root             admin                 
19 May 17  2020 /opt/local/lib/libspqr.2.dylib -> libspqr.2.0.9.dylib
12898065254        0 lrwxr-xr-x    1 root             admin                 
19 May 17  2020 /opt/local/lib/libspqr.dylib -> libspqr.2.0.9.dylib
12898553077        0 lrwxr-xr-x    1 macports         wheel                 
19 Nov 24 04:13 /opt/local/lib/julia/libspqr.2.dylib -> libspqr.2.0.9.dylib
12898554356        0 lrwxr-xr-x    1 macports         wheel                 
19 Nov 24 04:13 /opt/local/lib/julia/libspqr.dylib -> libspqr.2.0.9.dylib
12898557212      264 -rwxr-xr-x    1 macports         wheel             
230420 Nov 24 04:13 /opt/local/lib/julia/libspqr.2.0.9.dylib
12898065255      264 -rwxr-xr-x    1 root             admin             
238672 May 17  2020 /opt/local/lib/libspqr.2.0.9.dylib

$ nm -n  /opt/local/lib/libspqr.a| grep
__Z13SuiteSparseQRISt7complexIdEElidlP21cholmod_sparse_structPS3_PPlS4_S6_PP20cholmod_dense_structP21cholmod_common_struct
no symbols
no symbols

nm -n /Users/davidlaxer/SuiteSparse/lib/libspqr.2.dylib | grep
__Z13SuiteSparseQRISt7complexIdEElidlP21cholmod_sparse_structPS3_PPlS4_S6_PP20cholmod_dense_structP21cholmod_common_struct

$ nm -n /Users/davidlaxer/SuiteSparse/lib/libspqr.dylib  | grep
__Z13SuiteSparseQRISt7complexIdEElidlP21cholmod_sparse_structPS3_PPlS4_S6_PP20cholmod_dense_structP21cholmod_common_struct

(base) MacBook-Pro:INBOX 2.mbox davidlaxer$ nm -n
/opt/local/lib/libspqr.dylib| grep
__Z13SuiteSparseQRISt7complexIdEElidlP21cholmod_sparse_structPS3_PPlS4_S6_PP20cholmod_dense_structP21cholmod_common_struct

- verbatim -


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59968>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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