Re: make 3.80 bug - running a program inside make

2005-07-21 Thread turbo
>Careful on the version numbers here. >bash-3.0-7 works, but has prompt display bugs because it inks against libreadline6-5.0-2. >bash-3.0-8 works, is the current version, and includes a static readline library. >bash-3.0-9 does not exist yet, but will soon be present to link against >the expe

make 3.80 bug - running a program inside make

2005-07-20 Thread turbo
I have some makefiles that fail to work correctly. They worked about 6 months ago with cygwin. They work fine on mandrake 10.2. Here is the first makefile problem: In this makefile I run a program, i.e. test_calls: ${BIN}calls rm -f calls.out pwd ${BIN}calls calls.in > ca

huge executable startup problem, using latest cygwin

2003-08-25 Thread turbo
I have some huge executable that I built (35 and 37 mbytes). They are built from about 1570 C source files, totalling 4.1 million lines. Most files are compiled with "gcc -O2 -g", however some are compiled with "gcc -O2" (as the output is too big for the debug format). When I run them from a dos pr