Re: Cygwin Build Error

2009-07-11 Thread Pedro Izecksohn
--- Christopher Faylor wrote: > Just remove the mingw directory. --- I, Pedro, posted: > $ tail make.out > /opt/src/winsup/utils/mingw g++ -L/opt/build/i686-pc-cygwin/winsup > -L/opt/build/ > i686-pc-cygwin/winsup/cygwin -L/opt/build/i686-pc-cygwin/winsup/w32api/lib > -isys > tem /opt/src/winsup

Re: [1.5.25-15] bash won't load .bashrc after i rename it as `sh.exe'.

2009-07-11 Thread Mark Geisert
chengxianle writes: > Yes, .bash_profile was loaded when run bash as `bash --login'. > But still, won't load when run as `sh' or `sh --login'. Look a little further back and you'll find Dave's informative answer to your original query. ..mark -- Problem reports: http://cygwin.com/problems

Re: [1.5.25-15] bash won't load .bashrc after i rename it as `sh.exe'.

2009-07-11 Thread Andy Koppe
2009/7/12 chengxianle: > Yes, .bash_profile was loaded when run bash as `bash --login'. > But still, won't load when run as `sh' or `sh --login'. Read Dave Korn's reply again. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentati

Re: [1.5.25-15] bash won't load .bashrc after i rename it as `sh.exe'.

2009-07-11 Thread chengxia...@gmail.com
Hi, Tatsuro Thanks for your help. Yes, .bash_profile was loaded when run bash as `bash --login'. But still, won't load when run as `sh' or `sh --login'. Jason 2009/7/12 Tatsuro MATSUOKA : > Hello > > Please make the file > > .bash_profile > > and describe > > source .bashrc > > in it > > Regards

Jag har mottagit din e-post, och svarar s� fort jag kan

2009-07-11 Thread Heidi Boo
Detta är ett automatiskt svarsmeddelande som bekräftar att ditt meddelande NTI-skolan PS kom ihåg att döpa varje e-post med namn, kurs och uppgift Hälsningar Heidi Boo NTI-lärare -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docume

Re: [1.5.25-15] bash won't load .bashrc after i rename it as `sh.exe'.

2009-07-11 Thread Tatsuro MATSUOKA
Sorry I have misled stories. Please ignore me. --- Tatsuro MATSUOKA wrote: > Hello > > Please make the file > > .bash_profile > > and describe > > source .bashrc > > in it > > Regards > > Tatsuro > --- "chengxia...@gmail.com" wrote: > > > bash.exe loads my .bashrc in $HOME director

Re: [1.5.25-15] bash won't load .bashrc after i rename it as `sh.exe'.

2009-07-11 Thread Tatsuro MATSUOKA
Hello Please make the file .bash_profile and describe source .bashrc in it Regards Tatsuro --- "chengxia...@gmail.com" wrote: > bash.exe loads my .bashrc in $HOME directory. > But when i copy bash.exe as sh.exe, .bashrc won't be loaded. > Rename as anything(like sh1.exe, sh2.exe, ...) ex

Running arm compiler on XP/Cygwin system

2009-07-11 Thread Jim Deas
I am have a problem I think with path statements. I was able to install cygwin and recompile a complete set of arm tools using the new cygwin libs. Now my makefiles run in a cygwin window but fail in Windows CMD line and Eclipse. The make file below is very simple and works in a cygwin window.

Re: Cygwin Build Error

2009-07-11 Thread Pedro Izecksohn
--- Christopher Faylor wrote: > Just remove the mingw directory. $ tail make.out /opt/src/winsup/utils/mingw g++ -L/opt/build/i686-pc-cygwin/winsup -L/opt/build/ i686-pc-cygwin/winsup/cygwin -L/opt/build/i686-pc-cygwin/winsup/w32api/lib -isys tem /opt/src/winsup/include -isystem /opt/src/winsup/cy

Re: [1.5.25-15] bash won't load .bashrc after i rename it as `sh.exe'.

2009-07-11 Thread Dave Korn
chengxianle wrote: > bash.exe loads my .bashrc in $HOME directory. > But when i copy bash.exe as sh.exe, .bashrc won't be loaded. > Rename as anything(like sh1.exe, sh2.exe, ...) except `sh.exe' works fine! By design. Invoking bash as 'sh' enters special sh-compatibility mode. See "info bash

[1.5.25-15] bash won't load .bashrc after i rename it as `sh.exe'.

2009-07-11 Thread chengxia...@gmail.com
bash.exe loads my .bashrc in $HOME directory. But when i copy bash.exe as sh.exe, .bashrc won't be loaded. Rename as anything(like sh1.exe, sh2.exe, ...) except `sh.exe' works fine! Jason cygcheck.out Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ: