Jump to content
  • 0
Sign in to follow this  
cumbe11

compile freya emulator

Question

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:

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.