compilation error

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

 



Hi

what might break the compilation?

make: Fatal error: Command failed for target `all-recursive'

Current working directory /opt/jupiter/httpd-2.2.4/support

*** Error code 1

The following command caused the error:

otarget=`echo all-recursive|sed s/-recursive//`; \

list='  srclib os server modules support'; \

for i in $list; do \

    if test -d "$i"; then \

        target="$otarget"; \

        echo "Making $target in $i"; \

        if test "$i" = "."; then \

                made_local=yes; \

                target="local-$target"; \

        fi; \

        (cd $i && make $target) || exit 1; \

    fi; \

done; \

if test "$otarget" = "all" && test -z 'httpd shared-build '; then \

    made_local=yes; \

fi; \

if test "$made_local" != "yes"; then \

    make "local-$otarget" || exit 1; \

fi

make: Fatal error: Command failed for target `all-recursive'


Thank you,


      

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux