Hi,
I'am looking for aget, axel or prozilla.
I try compile from source code but stuck at some error.
i have stop using aria2 because after downloading 2 different iso both have wrong md5sum. No problem with axel/prozilla/aget.
ida-pardus axel-2.4 # ./configure
The strip option is enabled. This should not be a problem usually, but on some
systems it breaks stuff.
Configuration done:
Internationalization enabled.
Debugging disabled.
Binary stripping enabled.
ida-pardus axel-2.4 # make
gcc -c axel.c -o axel.o -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os
In file included from /usr/include/errno.h:36,
from axel.h:31,
from axel.c:26:
/usr/include/bits/errno.h:25:26: error: linux/errno.h: No such file or directory
In file included from /usr/include/sys/socket.h:40,
from /usr/include/netinet/in.h:25,
from /usr/include/netdb.h:28,
from axel.h:33,
from axel.c:26:
/usr/include/bits/socket.h:354:24: error: asm/socket.h: No such file or directory
In file included from /usr/include/bits/posix1_lim.h:153,
from /usr/include/limits.h:145,
from /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include/limits.h:122,
from /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include/syslimits.h:7,
from /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include/limits.h:11,
from axel.h:38,
from axel.c:26:
/usr/include/bits/local_lim.h:39:26: error: linux/limits.h: No such file or directory
In file included from /usr/include/signal.h:333,
from axel.h:41,
from axel.c:26:
/usr/include/bits/sigcontext.h:28:29: error: asm/sigcontext.h: No such file or directory
In file included from /usr/include/sys/ioctl.h:27,
from axel.h:47,
from axel.c:26:
/usr/include/bits/ioctls.h:24:24: error: asm/ioctls.h: No such file or directory
*** 5 errors, 0 warnings
make: *** [axel.o] Error 1
ida-pardus axel-2.4 #
ida-pardus aget-0.4 # make
gcc -g -Wall -W -pedantic -c -o main.o main.c
In file included from /usr/include/signal.h:333,
from main.c:5:
/usr/include/bits/sigcontext.h:28:29: error: asm/sigcontext.h: No such file or directory
In file included from /usr/include/sys/socket.h:40,
from /usr/include/netinet/in.h:25,
from Data.h:5,
from main.c:10:
/usr/include/bits/socket.h:354:24: error: asm/socket.h: No such file or directory
*** 2 errors, 0 warnings
make: *** [main.o] Error 1
ida-pardus aget-0.4 #