Diff for /embedaddon/libiconv/INSTALL.generic between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 22:57:48 version 1.1.1.2, 2021/03/17 13:38:46
Line 187  to use an ANSI C compiler: Line 187  to use an ANSI C compiler:
   
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.  and if that doesn't work, install pre-built binaries of GCC for HP-UX.
   
    On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot  
 parse its `<wchar.h>' header file.  The option `-nodtk' can be used as  
 a workaround.  If GNU CC is not installed, it is therefore recommended  
 to try  
   
      ./configure CC="cc"  
   
 and if that doesn't work, try  
   
      ./configure CC="cc -nodtk"  
   
    On AIX 3, the C include files by default don't define some necessary     On AIX 3, the C include files by default don't define some necessary
 prototype declarations.  If GNU CC is not installed, it is recommended to  prototype declarations.  If GNU CC is not installed, it is recommended to
 use the following options:  use the following options:

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>