|
Re: Automake 1.8.3 doesn't build?: msg#00088sysutils.autoconf.general
Hello. Alexandre Duret-Lutz wrote: [snip] A suggestion was to always use `SHELL = /bin/sh' in Makefiles.[snip] DJGPP's port of GNU make emulates "/bin/sh" when you put a line like "SHELL = /bin/sh" in a Makefile. That's because DOS's default shell, command.com, lacks some features when compared with most Unix shells (e.g.: stderr redirection). Unfortunately the emulation is not good enough for some stuff (e.g.: command substitution), in which case you must use bash instead and put a line in like "SHELL = /dev/env/DJDIR/bin/bash.exe". I doubt auto* would work on DJGPP, unless SHELL is set to DJGPP's bash. Bye, Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You can't evaluate a man by logic alone." -- McCoy, "I, Mudd", Star Trek |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Automake 1.8.3 doesn't build?: 00088, Paul Eggert |
|---|---|
| Next by Date: | Re: Automake 1.8.3 doesn't build?: 00088, Eric Sunshine |
| Previous by Thread: | Re: Automake 1.8.3 doesn't build?i: 00088, Paul Eggert |
| Next by Thread: | Re: Automake 1.8.3 doesn't build?: 00088, Eric Sunshine |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |