On Friday, June 19, 2015 at 8:15:57 AM UTC-5, Volker Braun wrote:
>
> The --switch does not change /usr/bin/clang and friends, it just does some 
> afaik undocumented stuff. Whats the include search path now?
>
>
I'm not quite sure how to answer this question, so I'll just reprint every 
thing you've asked me so far:

weehawken:~ lauve$ clang++ -E -x c++ - -v < /dev/null

Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)

Target: x86_64-apple-darwin14.3.0

Thread model: posix

 "/usr/bin/clang++" -cc1 -triple x86_64-apple-macosx10.10.0 -E 
-disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model 
pic -pic-level 2 -mdisable-fp-elim -masm-verbose -munwind-tables 
-target-cpu core2 -target-linker-version 242 -v -dwarf-column-info 
-resource-dir /usr/bin/../lib/clang/6.1.0 -stdlib=libc++ -fdeprecated-macro 
-fdebug-compilation-dir /Users/lauve -ferror-limit 19 -fmessage-length 126 
-stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.10.0 
-fencode-extended-block-signature -fcxx-exceptions -fexceptions 
-fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -o - -x 
c++ -

clang -cc1 version 6.1.0 based upon LLVM 3.6.0svn default target 
x86_64-apple-darwin14.3.0

ignoring nonexistent directory "/usr/bin/../include/c++/v1"

ignoring nonexistent directory "/usr/include/c++/v1"

ignoring nonexistent directory "/usr/bin/../lib/clang/6.1.0/include"

#include "..." search starts here:

#include <...> search starts here:

 /usr/local/include

 /usr/include

 /System/Library/Frameworks (framework directory)

 /Library/Frameworks (framework directory)

End of search list.

# 1 "<stdin>"

# 1 "<built-in>" 1

# 1 "<built-in>" 3

# 326 "<built-in>" 3

# 1 "<command line>" 1

# 1 "<built-in>" 2

# 1 "<stdin>" 2


weehawken:~ lauve$ gcc --version

Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
--with-gxx-include-dir=/usr/include/c++/4.2.1

Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)

Target: x86_64-apple-darwin14.3.0

Thread model: posix


NOTE: you suggested I do a switch with 
"/Applications/Xcode.app/Contents/Developer/" 
but that created a prefix of the form 
"/Applications/Xcode.app/Contents/Developer//usr" so I redid it with a 
switch of "/Applications/Xcode.app/Contents/Developer" (no trailing '/').)


NOTE: There is no float.h or stdarg.h in /usr/include/c++/4.2.1, though 
they do appear in /usr/include/c++/4.2.1/tr1



-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to