Search found 7 matches

by 001234
Tue Jun 13, 2006 7:29 am
Forum: ZSNES Talk
Topic: Linux Difficulties
Replies: 17
Views: 6256

Sucess! The suggestion by paulguy to disable opengl worked. After I did that, gmake worked fine. On the other hand, gmake install gave me a permission denied error about some directory (usr/local/bin or something) so I logged in as root again and it worked. Now I just have to copy my .smc files from...
by 001234
Sun Jun 11, 2006 6:31 pm
Forum: ZSNES Talk
Topic: Linux Difficulties
Replies: 17
Views: 6256

I now have NASM 0.98.39-1. The error has changed again. Progress. Here's the output again: odin@linux:~/Documents/zsnes/Zsnes_v1.42/src> sh ./autogen.sh && gmake && gmake install Generating build information using aclocal and autoconf... checking build system type... i686-pc-linux-gn...
by 001234
Sun Jun 11, 2006 6:05 pm
Forum: ZSNES Talk
Topic: Linux Difficulties
Replies: 17
Views: 6256

Allright, I cut and pasted my zsnes folder from windows/c/ to home/Documents/ (I had figured that since I had never named a folder "windows" while in Windows, then it must be part of linux--I run MS Windows off of my D drive...bah). There is a slight improvement...it now gets an error at t...
by 001234
Sun Jun 11, 2006 4:21 am
Forum: ZSNES Talk
Topic: Linux Difficulties
Replies: 17
Views: 6256

Yup, I've got
Automake 1.7.6-41
by 001234
Sun Jun 11, 2006 4:06 am
Forum: ZSNES Talk
Topic: Linux Difficulties
Replies: 17
Views: 6256

It's stopping at the first step. Makes me wonder whether that interpreter had a harsh upbringing.

odin@linux:/windows/C/zsnes/zsnes_v1.42/src> ./autogen.sh
bash: ./autogen.sh: /bin/sh: bad interpreter: Permission denied
by 001234
Sun Jun 11, 2006 3:11 am
Forum: ZSNES Talk
Topic: Linux Difficulties
Replies: 17
Views: 6256

I took out the first "sh" and the result was very similar: linux:/windows/C/zsnes/Zsnes_v1.42/src # ./autogen.sh && gmake && gmake install bash: ./autogen.sh: /bin/sh: bad interpreter: Permission denied The only difference is the lack of "Generating build information u...
by 001234
Sun Jun 11, 2006 1:10 am
Forum: ZSNES Talk
Topic: Linux Difficulties
Replies: 17
Views: 6256

Linux Difficulties

I've been trying to install ZSNES on my linux partition. Unfortunately, when I enter: linux:/windows/C/zsnes/Zsnes v1.42/src # sh ./autogen.sh && gmake && gmake install I get this: Generating build information using aclocal and autoconf... ./autogen.sh: ./configure: /bin/sh: bad inte...