I wrote:
>
> I have come across one compiler that returns an exit status of 0
> if compile errors occur :-{
>
> Thus, AC_COMPILE_IFELSE can't be used to test this compiler's features.
>
> Suggestions?
A possible workaround is using AC_LINK_IFELSE instead, since that tests
whether an output file was generated. There may be better ones, though.
--
Martin Wilck <[EMAIL PROTECTED]>
Institute for Tropospheric Research, Permoserstr. 15, D-04318 Leipzig, Germany
Tel. +49-341-2352151 / Fax +49-341-2352361
- Help wanted: compile error detection Martin Wilck
- Re: Help wanted: compile error detection Martin Wilck
- Re: Help wanted: compile error detection Akim Demaille
- Re: Help wanted: compile error detection Martin Wilck
- Re: Help wanted: compile error detection Akim Demaille
- Re: Help wanted: compile error detection Akim Demaille
- Re: Help wanted: compile error detection Alexandre Oliva
- Re: Help wanted: compile error detection Martin Wilck
- Re: Help wanted: compile error detection Thomas E. Dickey
- Re: Help wanted: compile error detection Alexandre Oliva
- Re: Help wanted: compile error dete... Thomas E. Dickey
- Re: Help wanted: compile error detection Martin Wilck
