Jump to content
  • 0

compile freya emulator


Scofield

Question


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.03
  • Content Count:  265
  • Reputation:   11
  • Joined:  01/11/13
  • Last Seen:  

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:
Edited by Emistry
Please save CODEBOX..
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.   Paste as plain text instead

  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.

×
×
  • Create New...