[Buildbot-devel] Strange Win32 libtool failure

A.T.Hofkamp a.t.hofkamp at tue.nl
Thu Mar 27 12:02:19 UTC 2008


Hello,

Dossy Shiobara wrote:
> Indeed, the environment is different when you simply "sh -c" from a
> cmd.exe shell vs. what you get from "sh --login -c" which is what
> msys.bat does when it fires up rxvt.

The man-page of sh has nothing about a --login option, so I think you are not 
using sh but bash in disguise as shell.

bash(1) does mention a --login option, and that makes the difference between a 
login (startup) shell, and an interactive (sub) shell.
This difference cause different files to be read/processed during start-up.


You can find all the details in bash(1) (type "man bash"), or on the web, for 
example http://www.cs.sunysb.edu/documentation/bash/bash.html (section 
"INVOCATION").

Hope this helps to track down the cause of your problems.


Sincerely,
Albert





More information about the devel mailing list