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]

Re: crashes with various programs


Christopher:

My cygwin.bat file is
    ------------8<------------ top cut -> bottom ------------->8------------
@echo off

C:
chdir C:\cygwin\bin

tcsh -l
    ------------8<------------ bottom cut <- top ------------->8------------

So, I assume that the proper place for
setenv CYGWIN "error_start=c:/cygwin/bin/gdb.exe"
is in /etc/csh.login ?

If I used bash, then I assume that I would put
export CYGWIN="error_start=c:/cygwin/bin/gdb.exe"
in /etc/profile ?

If this is correct, then when pstree crashes again I'll send in that report.

Lester

      +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
You have to set the CYGWIN environment variable before any cygwin program
is run.  You can't set it in a .profile, .tcshrc, or .bashrc file.

cgf

--
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]