Installing underC :: the C++ interpreter

S

suresh j

Hi all,
I am trying to install underC - c++ interpreter in my solaris
workstation from the source.
After downloading the srd.dgz,
I untared and went inside the <dir>/src directory and did 'gmake' and
am getting this error.
==================================================================
c++ -c -O1 -D_CONSOLE -D_USE_READLINE directcall.cpp
/var/tmp/ccFYO8NR.s: Assembler messages:
/var/tmp/ccFYO8NR.s:86: Error: Illegal operands
/var/tmp/ccFYO8NR.s:87: Error: Illegal operands
/var/tmp/ccFYO8NR.s:88: Error: Unknown opcode: `imul'
/var/tmp/ccFYO8NR.s:89: Error: Illegal operands
/var/tmp/ccFYO8NR.s:90: Error: Illegal operands
/var/tmp/ccFYO8NR.s:91: Error: Unknown opcode: `cmpl'
/var/tmp/ccFYO8NR.s:92: Error: Unknown opcode: `jz'
/var/tmp/ccFYO8NR.s:93: Error: Illegal operands
/var/tmp/ccFYO8NR.s:94: Error: Unknown opcode: `pushl'
/var/tmp/ccFYO8NR.s:95: Error: Unknown opcode: `addl'
/var/tmp/ccFYO8NR.s:97: Error: Illegal operands
/var/tmp/ccFYO8NR.s:98: Error: Illegal operands
/var/tmp/ccFYO8NR.s:99: Error: Illegal operands
/var/tmp/ccFYO8NR.s:100: Error: Illegal operands
/var/tmp/ccFYO8NR.s:101: Error: Unknown opcode: `testl'
/var/tmp/ccFYO8NR.s:102: Error: Unknown opcode: `jz'
/var/tmp/ccFYO8NR.s:103: Error: Unknown opcode: `addl'
/var/tmp/ccFYO8NR.s:104: Error: Unknown opcode: `testl'
/var/tmp/ccFYO8NR.s:105: Error: Unknown opcode: `jz'
/var/tmp/ccFYO8NR.s:106: Error: Unknown opcode: `subl'
/var/tmp/ccFYO8NR.s:107: Error: Illegal operands
/var/tmp/ccFYO8NR.s:108: Error: Unknown opcode: `testl'
/var/tmp/ccFYO8NR.s:109: Error: Unknown opcode: `jnz'
/var/tmp/ccFYO8NR.s:110: Error: Illegal operands
/var/tmp/ccFYO8NR.s:112: Error: Unknown opcode: `fstpl'
gmake: *** [directcall.o] Error 1
=====================================================================

Can anybody tellme whats wrong,
Did anybody tried to install this in solaris.

The source is availabe at,
Homepage:
http://home.mweb.co.za/sd/sdonovan/underc.html
Tar/GZ:
http://home.mweb.co.za/sd/sdonovan/underC-src-1.2.4.tgz

Thanks in advance,
Suresh J
 
J

Jack Klein

Hi all,
I am trying to install underC - c++ interpreter in my solaris
workstation from the source.
After downloading the srd.dgz,
I untared and went inside the <dir>/src directory and did 'gmake' and
am getting this error.
==================================================================

[snip many error messages]
=====================================================================

Can anybody tellme whats wrong,

What's wrong is that your question has nothing at all to do with the
C++ language, the topic of this newsgroup. Try asking in a support
group for your particular compiler/OS combination, or contacting the
source of the program.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,824
Members
47,369
Latest member
FTMZ

Latest Threads

Top