Forgot to cc to list

I'm assuming you're running ./configure, which should be a shell script.

I can't remember whether is's a /bin/sh or /bin/bash script, but if
it's /bin/sh try modding the first line, which should #!/bin/sh to
#!/bin/sh -x, similarly a /bin/bash script would be modded to show
#!/bin/bash -x. That will give you more error messages. Run the script
again with these mods, and report the error message back to us(unless
someone else answers in the mean time).

On 5/13/05, Rezk Mekhael <[EMAIL PROTECTED]> wrote:
>  Hi,
>
> I am getting  this error when I try to run configure pfpro with PHP, any
> idea?
>
> mkdir: too few arguments
> Try `mkdir --help' for more information.
> configure: creating ./config.status
> config.status: creating config.h
> config.status: config.h is unchanged
>
> ----
> Sincerely,
> Rezk Mekhael
>
> Incoming / Outgoing Mail scanned for known Viruses by CLUnet(R)
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to