Hi all,

Im trying to compile mitch version of libcod
Code:
cd /ur/cod2/path
git clone https://github.com/M-itch/libcod
cd libcod
./doit.sh base
./doit.sh cod2_1_0
However, there is no libcod.so file created inside the bin folder

git clone https://github.com/M-itch/libcod gives me this result
Code:
Initialized empty Git repository in /home/olger/HIGHJUMP/libcod/.git/
remote: Counting objects: 802, done.
remote: Total 802 (delta 0), reused 0 (delta 0), pack-reused 802
Receiving objects: 100% (802/802), 952.86 KiB | 785 KiB/s, done.
Resolving deltas: 100% (544/544), done.
/doit.sh base
Code:
##### COMPILE GSC_ASTAR.CPP #####
##### COMPILE GSC_MYSQL.CPP #####
##### COMPILE SERVER.C #####
##### COMPILE GSC_MEMORY.CPP #####
##### COMPILE cracking.CPP #####
##### COMPILE GSC_MATH.CPP #####
##### COMPILE JAVA_EMBED.C #####
Ignore java_embed.c, because java_enable==false (e.g. because the dir $java_jdk=/root/helper/openjdk8 does not exist)
and ./doit.sh cod2_1_0
Code:
##### COMPILE cod2_1_0 LIBCOD.CPP #####
##### COMPILE cod2_1_0 GSC.CPP #####
##### COMPILE cod2_1_0 GSC_PLAYER.CPP #####
##### COMPILE cod2_1_0 GSC_UTILS.CPP #####
##### LINK libcod2_1_0.so #####
objects_normal/cracking.opp: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
What is the problem?