bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Not enough arguments for mkdir


From: Uwe Zeisberger
Subject: Not enough arguments for mkdir
Date: Mon, 22 Mar 2004 15:35:17 +0100
User-agent: Mutt/1.4.1i

Hello,

I installed autoconf-2.59 on a box running Solaris 8. It uses the
version of perl, which is shipped with the OS (5.005_03).

If I execute autoreconf, the following happens:

address@hidden > autoreconf
Not enough arguments for mkdir at /usr/local/bin/autoreconf line 490,
near "$aux_dir
        or"
Execution of /usr/local/bin/autoreconf aborted due to compilation
errors.

The docs say:

        mkdir FILENAME,MODE
                Creates the directory specified by FILENAME, with ....

So in this version of perl, the second argument is not optional.

Maybe you wish to add 0755 or 0777 - umask() to the call of mkdir.

Regards,
Uwe


-- 
Uwe Zeisberger

dd if=/proc/self/exe bs=1 skip=1 count=3 2>/dev/null




reply via email to

[Prev in Thread] Current Thread [Next in Thread]