This is the mail archive of the cygwin mailing list for the Cygwin project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Mon, 25 Oct 2004, Alex Vinokur wrote:
"Igor Pechtchanski" wrote: [snip]
'mount' command, you can do something like
mount -fst c:/cygwin / mount -fst c:/cygwin/bin /usr/bin mount -fst c:/cygwin/lib /usr/lib
[snip]
There is some progress. Thanks.
After that I have all my aliases. But here is what Cygwin concole shows. ------------------------------------------ bash: kpsexpand: command not found // it is not mine Hello from Cygwin // it is mine ------------------------------------------
Try 'bash --login -x -c "echo Hi" 2>&1 | grep kpsexpand'. This should print out the line that invokes kpsexpand. You can then use "less" instead of "grep" to find the relevant login script sequence and figure out which script contains that line.
-- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/
-- 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/
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |