Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: "Alex Vinokur" Subject: Re: Profile not called Date: Mon, 25 Oct 2004 08:46:11 +0200 Lines: 73 Message-ID: References: <6 DOT 1 DOT 0 DOT 6 DOT 0 DOT 20041024170705 DOT 0414f4a8 AT pop DOT prospeed DOT net> X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: 85.65.3.174 X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-IsSubscribed: yes "Alex Vinokur" wrote in message news:cli5fm$b5o$1 AT sea DOT gmane DOT org... [snip] > I changed the Path environment. > $ cygcheck -svr > cygcheck.txt 2>&1 > File cygcheck.txt is attached. > It didn't help. > > I tried to read man bash. > > bash-2.05b$ man bash > Warning: cannot open configuration file /usr/share/misc/man.conf > No manual entry for bash > bash-2.05b$ Nothing works. ------ foo.cpp ------ #include int main () { return 0; } --------------------- bash-2.05b$ g++ foo.cpp foo.cpp:1:19: stdio.h: No such file or directory bash-2.05b$ bash-2.05b$ g++ -v foo.cpp Reading specs from /cygdrive/c/cygwin/bin/../lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --ma ndir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included-ge ttext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry Thread model: posix gcc version 3.3.3 (cygwin special) /cygdrive/c/cygwin/bin/../lib/gcc-lib/i686-pc-cygwin/3.3.3/cc1plus.exe -quiet -v -iprefix /cygdrive/c/cygwin/bin/../lib/gcc-lib/i686-pc-cygwin/3.3.3/ -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=3 -D__CYGWIN32__ - D__CYGWIN__ -Dunix -D__unix__ -D__unix -idirafter ../include/w32api -idirafter ../../include/w32api foo.cpp -D__GNUG__=3 -quiet -dumpbase foo.cpp -auxbase foo -version -o /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccdCABy8.s ignoring nonexistent directory "../include/w32api" ignoring nonexistent directory "../../include/w32api" GNU C++ version 3.3.3 (cygwin special) (i686-pc-cygwin) compiled by GNU C version 3.3.3 (cygwin special). GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=65470 ignoring nonexistent directory "/cygdrive/c/cygwin/include/c++/3.3.3" ignoring nonexistent directory "/cygdrive/c/cygwin/include/c++/3.3.3/i686-pc-cygwin" ignoring nonexistent directory "/cygdrive/c/cygwin/include/c++/3.3.3/backward" ignoring nonexistent directory "/cygdrive/c/cygwin/i686-pc-cygwin/include" ignoring nonexistent directory "/usr/include/c++/3.3.3" ignoring nonexistent directory "/usr/include/c++/3.3.3/i686-pc-cygwin" ignoring nonexistent directory "/usr/include/c++/3.3.3/backward" ignoring nonexistent directory "/usr/local/include" ignoring nonexistent directory "/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/include" ignoring nonexistent directory "/usr/i686-pc-cygwin/include" #include "..." search starts here: #include <...> search starts here: /cygdrive/c/cygwin/lib/gcc-lib/i686-pc-cygwin/3.3.3/include /usr/include End of search list. foo.cpp:1:19: stdio.h: No such file or directory -- Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/