compile freya emulator

cumbe11

New member
Messages
46
Points
0
Hello, I wanted to change use an old emulator, Freya, but when I go to build the hundreds this error ..

./configure
 

Checking for platform... Linux
Checking whether build environment is sane...
Checking whether make sets $(MAKE) ... yes
Checking for gcc... ./configure: line 323: which: command not found
./configure: line 323: which: command not found
./configure: line 323: which: command not found
./configure: line 323: which: command not found
./configure: line 323: which: command not found
./configure: line 323: which: command not found
not found
-bash-3.2#
 
 
line 323:
fi
if [ x$CC != x ]; then
    CCLIST="$CC $CCLIST"
fi
CC=""
for foo in $CCLIST; do
    XCC=`which $foo`
    if [ x$XCC = x ]; then
        :
    else
        CC="$XCC"
        echo $CC
        break 2
    fi
done
if [ x$CC = x ]; then

 
if anyone can help me I will be very grateful
 
gethub:
https://github.com/flaviojs/freya
 
 
74rPdQ.gif


 
Back
Top