Mail Archives: djgpp-workers/1997/01/24/12:10:10
Eli Zaretskii wrote:
> You'd be surprised how easy it is with bash, so please try this if you
> have time. I found out that the only things which should be changed to
> make configure run on DJGPP bash are these:
>
> * change "test -f" to "test -x"
> * fix any filenames illegal on MSDOS (like config.h.in)
Where did you modify?
In my case, configure script was not modified. But I found a problem
about detection. configure sctipt searches time_t declaration in
sys/types.h. In DJGPP, it has no declaration.
Did you set CC or other enviroment variable?
I set following variables in boot-batchfile:
set AR=ar
set CC=gcc
set MAKE=make
set RANLIB=ranlib
set YACC=bison -y
Daisuke Aoyama
jack AT st DOT rim DOT or DOT jp
- Raw text -