octave-maintainers
[Top][All Lists]
Advanced

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

Re: Mac OS X sscanf bug/feature?


From: Mike Miller
Subject: Re: Mac OS X sscanf bug/feature?
Date: Sun, 27 Mar 2016 11:44:45 -0700
User-agent: Mutt/1.5.24 (2015-08-30)

On Sun, Mar 27, 2016 at 14:27:57 -0400, Ben Abbott wrote:
> In my system’s libs I see a libc++.dylib and a libstdc++.dylib. How do
> I to ask clang to use -libstdc++ instread of -libc++?

On my system I can use the "-stdlib=libc++" or "-stdlib=libstdc++"
options to override the system-dependent default. I don't know whether
your system provides you with all of the header files and libraries
needed to use libstdc++, but worth a shot.

-- 
mike



reply via email to

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