One symptom I currently see is:
compile factor/factor.o
link factor/factor
.../BUILD.i386/lib/libcrypto.so: undefined reference to
`sha1_block_data_order'
.../BUILD.i386/lib/libcrypto.so: undefined reference to
`md5_block_asm_data_order'
.../BUILD.i386/lib/libcrypto.so: undefined reference to
`ripemd160_block_asm_data_order'
collect2: ld returned 1 exit statusThese seem to be assembler sections generated by perl scripts in the openssl distribution which
are seemingly not built. Frank BSD List List wrote:
Hello!
build.sh fails while compiling distribution on i386. Error message is:
Error code: 1
Failed target: distribution
Failed command: -makedirtarget() {dir="$1"; shift;}
Thanks