# HG changeset patch # User Oleksandr Gavenko # Date 1298039577 -7200 # Node ID 899714a95c54c452393b991165a51e64f60ac528 # Parent 8bf021fbd3c49f2b517dbdab21dc0c6a9c23af45# Parent 4e8e511bd02ed64a89ebfd3d09461f4f56066222 Automated merge with file:///cygdrive/d/srv/hg-home/tips diff -r 4e8e511bd02e -r 899714a95c54 emacs.rst --- a/emacs.rst Fri Feb 18 16:32:50 2011 +0200 +++ b/emacs.rst Fri Feb 18 16:32:57 2011 +0200 @@ -129,7 +129,8 @@ ** elp.el. Enter a prefix for 'M-x elp-instrument-package', perform action and see result -by 'M-x elp-results'. +by 'M-x elp-results'. To perform new measurement don't forget to run 'M-x +elp-reset-all'. * WWW. diff -r 4e8e511bd02e -r 899714a95c54 gcc.rst --- a/gcc.rst Fri Feb 18 16:32:50 2011 +0200 +++ b/gcc.rst Fri Feb 18 16:32:57 2011 +0200 @@ -40,3 +40,20 @@ * Predefined macros. $ gcc -arch ppc -dM -E - < /dev/null | sort + +* Default search path. + + $ echo | gcc -v -x c -E - + + $ gcc -print-search-dirs +install: ... +programs: ... +libraries: ... + + $ ld --verbose | grep SEARCH_DIR + +'LIBRARY_PATH' and 'LD_LIBRARY_PATH' + + $ cpp -Wp,-v + $ cpp -Wp,-lang-c++,-v + $ cpp -x c++ -Wp,-v