Opened 10 years ago
Closed 10 years ago
#46497 closed defect (fixed)
octave-tsa 4.2.4_0: g++: error: unrecognized command line option '-stdlib=libc++'
Reported by: | shaeffer@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), Schamschula (Marius Schamschula) | |
Port: | octave-tsa |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
installation of octave-tea-4.2.4_0 on OS X 10.10.1 fails. Executed this command: 'sudo port install octave-tsa' got this failure:
:info:configure g++: error: unrecognized command line option '-stdlib=libc++' :info:configure make: *** [covm_mex.mex] Error 1
Be aware I had to install gcc49 to get Atlas to build.
Change History (1)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… mschamschula@… added; shaeffer@… removed |
---|---|
Description: | modified (diff) |
Port: | octave-tsa added |
Resolution: | → fixed |
Status: | new → closed |
Summary: | octave-tsa-4.2.4_0 configure failure on OS X 10.10.1 due to unrecognized command line option → octave-tsa 4.2.4_0: g++: error: unrecognized command line option '-stdlib=libc++' |
Note: See
TracTickets for help on using
tickets.
I believe this was fixed as part of r131387. (The build system was forcing the use of
gcc
andg++
, which was incorrect; a patch was added to stop the build system from doing that.) If you still experience the problem with 4.2.7, please re-open this ticket and attach a new log.