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

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

[Octave-bug-tracker] [bug #62817] Regression in interpn, likely harmless


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #62817] Regression in interpn, likely harmless
Date: Wed, 27 Jul 2022 11:34:09 -0400 (EDT)

Follow-up Comment #5, bug #62817 (project octave):

I ran "objdump -p $i | grep NEEDED" on the various binaries. The only
difference between Clang and GCC is that Clang links to libomp and GCC links
to libgomp.

End of Clang binaries:

    50    NEEDED               libgfortran.so.5
    51    NEEDED               libquadmath.so.0
    52    NEEDED               libm.so.6
    53    NEEDED               libstdc++.so.6
    54    NEEDED               libomp.so
    55    NEEDED               libgcc_s.so.1
    56    NEEDED               libc.so.6


End of GCC binaries:

    50    NEEDED               libgfortran.so.5
    51    NEEDED               libquadmath.so.0
    52    NEEDED               libstdc++.so.6
    53    NEEDED               libm.so.6
    54    NEEDED               libgomp.so.1
    55    NEEDED               libgcc_s.so.1
    56    NEEDED               libc.so.6


Difference:

$ diff clang.lt-octave-gui gcc.lt-octave-gui 
52d51
<   NEEDED               libm.so.6
54c53,54
<   NEEDED               libomp.so
---
>   NEEDED               libm.so.6
>   NEEDED               libgomp.so.1

$ diff clang.octave-gui gcc.octave-gui
(same as above)

$ diff clang.octave-cli gcc.octave-cli
(same as above with different line numbers)


Everything else is the same.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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