mips install problem

hi everyone…i need to learn assebly for my college so i need to install spim-mips simulator what can i do for install this…i have to with chmod to make this executable but it 's not working:(…any help:|

Hi
Did you unpack the source and read the README on how to compile and
install?


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 7:49, 4 users, load average: 0.08, 0.31, 0.34
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

in the previous files i’ve downloaded for others sites not the official…doesnt have read me file…thank you very much;)

hi again my friend i’ve read the README file in the extracked file and in the spim and xspim file but i didnt usterstand how to compile and install this:Xcan you help me with this???:disapointed:

Hi
Which version of openSUSE are you using? Have a look here, it’s already
built as an rpm;
http://software.opensuse.org/search?baseproject=ALL&p=1&q=spim


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 1 day 2:25, 5 users, load average: 0.62, 0.49, 0.43
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

Just follow the README. It really works.

  1. Unpack as normal user:
tar xvzf spim.tar.gz
  1. Go to directory:
cd spim-8.0/xspim/
  1. Edit Imakefile row 52:
MAN_DIR = /usr/local/man/man1
  1. Then 2 commands, still normal user:
xmkmf
make
  1. Create a directory for installation:
su -c 'mkdir -p /usr/local/lib/spim'
  1. Do the install:
su -c 'make install'
  1. Run it:
xspim

Easy, isn’t it? BTW I did this on openSUSE 11.1 i586

i’m using opensuse 11.2 i have downloaded this rpm but during the installation it tells me that:package/tmp/spim-8.0-1.3.i586.rpm could not be installed…and on the details says :subprocess failed:RPM failed:error:failed dependencies lib.so.6(GLIBC_2.11)is needed by spim-8.0-1.3.i586.rpm

what should i do

i’ve done done all this steps till 3rd step when i did this step in a terminal it tells me If ‘MAN_DIR’ is not a typo you can use command-not-found to lookup the package that contains it, like this:cnf MAN_DIR…what about now ??

Hi
Looks like you grabbed the Factory one instead of the one for 11.2;
Install the first one in this list;
http://software.opensuse.org/search?baseproject=openSUSE%3A11.2&p=1&q=spim

The version should be 8.0.1.1


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 1 day 8:09, 3 users, load average: 1.37, 1.09, 0.62
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

yes that one works only from terminal:P

Hi
There is a X version here (they split the package);
http://software.opensuse.org/search?baseproject=openSUSE%3A11.2&p=1&q=xspim


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 1 day 11:19, 3 users, load average: 0.72, 0.90, 0.61
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

thank you very much that was all i needrotfl!rotfl!rotfl!