|
Re: _AC_PROG_CXX_EXIT_DECLARATION problem: msg#00098sysutils.autoconf.general
David Thompson <dthompsn@xxxxxxxxxxxxxxxx> writes: > Since this function has been modified at version 1.179, it now breaks > our configure process on Windows with Microsoft compilers. The problem > is, that the appropriate configuration is just #include <stdlib.h> > with no prototype. That's the first choice of _AC_PROG_CXX_EXIT_DECLARATION; it sets ac_declaration to the empty string, and then tries to compile a program like this: $ac_declaration @%:@include <stdlib.h> which expands to #include <stdlib.h> which is what you're asking for. > For some reason, the case where stdlib and no prototype never runs (at > least we never see it in the config.log.) > > Could this be a problem with bash or is there an error in the write of > this function? It could be either, but you need to investigate more what's going on. You might try runing "configure" with "sh -x configure". |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Do autotools support free Microsoft compiler?: 00098, Paul Eggert |
|---|---|
| Next by Date: | Get V.icodin Fast and Easy: 00098, Simone Nunez |
| Previous by Thread: | _AC_PROG_CXX_EXIT_DECLARATION problemi: 00098, David Thompson |
| Next by Thread: | Re: _AC_PROG_CXX_EXIT_DECLARATION problem: 00098, David Thompson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |