Since the bump of openssl to 0.9.8j make fails.
From the ouput:
When the compiler option "Number of jobs to run simultaneously" is set to 1 the make succeeds!
BTW "Waarschuwing: taakserver onbeschikbaar" is Dutch for "Warning: taskserver not available"
From the ouput:
Code:
making all in crypto/pqueue...
make[3]: Map '/home/paul/freetz-trunk/source/openssl-0.9.8j/crypto/pqueue' wordt binnengegaan
make[3]: Waarschuwing: taakserver onbeschikbaar: -j1 wordt gebruikt. Voeg '+' toe aan de ouderregel.
/home/paul/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -I/home/paul/freetz-trunk/toolchain/build/gcc-4.2.1-uClibc-0.9.29/mipsel-linux-uclibc/include -DOPENSSL_SMALL_FOOTPRINT -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -Wall -c -o pqueue.o pqueue.c
mipsel-linux-uclibc-ar r ../../libcrypto.a pqueue.o
mipsel-linux-uclibc-ranlib ../../libcrypto.a || echo Never mind.
make[3]: Map '/home/paul/freetz-trunk/source/openssl-0.9.8j/crypto/pqueue' wordt verlaten
make[2]: Map '/home/paul/freetz-trunk/source/openssl-0.9.8j/crypto' wordt verlaten
make[1]: Map '/home/paul/freetz-trunk/source/openssl-0.9.8j' wordt verlaten
make: *** [source/openssl-0.9.8j/libssl.so.0.9.8] Fout 2
When the compiler option "Number of jobs to run simultaneously" is set to 1 the make succeeds!
BTW "Waarschuwing: taakserver onbeschikbaar" is Dutch for "Warning: taskserver not available"