diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 17:56:12 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:03 +0100 |
commit | edee246148d0f7e22ea026e09413d4bcc0cb51dd (patch) | |
tree | e70880d8b08c2d7b0494599aa0b845a6f5ad1b37 /INSTALL | |
parent | 3313a8602661409b390874b9b1bcd7de4c8455de (diff) | |
download | perl-edee246148d0f7e22ea026e09413d4bcc0cb51dd.tar.gz |
Rely on C89 vprintf()
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -1540,7 +1540,6 @@ gcc, you should probably have i_stdarg='define' and i_varargs='undef' in config.sh. The problem is usually solved by installing gcc correctly. If you do change config.sh, don't forget to propagate your changes (see L<"Propagating your changes to config.sh"> below). -See also the L<"vsprintf"> item below. =item util.c @@ -1582,20 +1581,6 @@ Check your config.sh. You should have d_umask='define'. If you don't, this is probably the L<"nm extraction"> problem discussed above. Also, try reading the hints file for your system for further information. -=item vsprintf - -If you run into problems with vsprintf in compiling util.c, the -problem is probably that Configure failed to detect your system's -version of vsprintf(). Check whether your system has vprintf(). -(Virtually all modern Unix systems do.) Then, check the variable -d_vprintf in config.sh. If your system has vprintf, it should be: - - d_vprintf='define' - -If Configure guessed wrong, it is likely that Configure guessed wrong -on a number of other common functions too. This is probably -the L<"nm extraction"> problem discussed above. - =item do_aspawn If you run into problems relating to do_aspawn or do_spawn, the |