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

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

[Octave-bug-tracker] [bug #64033] Instrument-Control.0.8.0 install probl


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #64033] Instrument-Control.0.8.0 install problem
Date: Mon, 24 Apr 2023 17:22:58 -0400 (EDT)

Follow-up Comment #34, bug #64033 (project octave):

This is CXX11 libstdc++ incompatibility with libc++.
See e.g. : 
https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html

Essentialy you mixing libstc++ (standard with g++) and 
libc++ (standard with clang on MacOS).

You can try to define CXX="clang++ -stdlib=libstdc++"

Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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