I'm trying to install Unicon on a newer machine.  After CVS
checkout, I did:

    cd unicon
    make X-Configure name=intel_linux
    make Unicon

and had errors in the last step:
------------------------------------------------------
cd src/runtime;         make interp_all
make[1]: Entering directory `/opt/unicon/src/runtime'
cd ../common; make long.o time.o save.o rswitch.o redirerr.o xwindow.o alloc.o 
xpm gdbm libtp
make[2]: Entering directory `/opt/unicon/src/common'
make[2]: `long.o' is up to date.
make[2]: `time.o' is up to date.
gcc -I../libtp -I../gdbm -I../xpm  -I/usr/X11R6/include   -c -o save.o save.c
gcc -I../libtp -I../gdbm -I../xpm  -I/usr/X11R6/include -c rswitch.[cs]
rswitch.s: Assembler messages:
rswitch.s:20: Error: suffix or operands invalid for `push'
rswitch.s:35: Error: suffix or operands invalid for `push'
rswitch.s:36: Error: suffix or operands invalid for `push'
rswitch.s:38: Error: suffix or operands invalid for `push'
make[2]: *** [rswitch.o] Error 1
make[2]: Leaving directory `/opt/unicon/src/common'
make[1]: *** [interp_all] Error 2
make[1]: Leaving directory `/opt/unicon/src/runtime'
make: *** [Icont] Error 2
-----------------------------------------------------

This looks to me as though using 'intel_linux' might not have
been the right choice.  The machine is an Intel Xeon 64-bit
machine (E5520).  Is there a better choice I should try?

Thanks!
-- 
Steve Wampler -- [email protected]
The gods that smiled on your birth are now laughing out loud.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to