This is the mail archive of the cygwin@sourceware.cygnus.com 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]

egcs1.0.2 and bash in B19 of cygnus


Hi,
    I downloaded egcs1.0.2 and installed it.
    I was even able to compile/run small windows program.

    Since i want to build gdb using egcs compiler, I would like to
    change mingw32.sh to override the default evnironment that
    cygnus bash sets up.

    Some how the export of PATH etc. does not seem to override the
    original values...

Here is the file.
    Any suggestions on what am i doing wrong ??
    Anyone else using cygnus b19 bash shell, what does your
    mingw32.sh file look like ??

#! C:/MKS/mksnt/sh.exe
#
# If you're using a Bourne-like shell, use this file.
#
set -x
export PATH=e:/egcs/bin:$PATH
export GCC_EXEC_PREFIX='e:\egcs\lib\gcc-lib\'
export LIBRARY_PATH=''
export C_INCLUDE_PATH=''
export CPLUS_INCLUDE_PATH=''
export OBJC_INCLUDE_PATH=''


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]