Search found 5 matches
- Wed Dec 01, 2010 12:17 pm
- Forum: ZSNES Talk
- Topic: Compiling ZSNES 1.51 under 64-bit Linux
- Replies: 5
- Views: 6272
Re: Compiling ZSNES 1.51 under 64-bit Linux
I'm no expert, but have you looked at this thread: http://board.zsnes.com/phpBB3/viewtopic.php?f=18&t=12339 I have, but thanks for reminding me. :) The problem is that I'm having a link-time error as opposed to a run-time/dynamic-link-time error as described in the thread. The thread is relevan...
- Tue Nov 30, 2010 2:08 am
- Forum: ZSNES Talk
- Topic: Compiling ZSNES 1.51 under 64-bit Linux
- Replies: 5
- Views: 6272
Re: Compiling ZSNES 1.51 under 64-bit Linux
Are you sure you have the 32-bit SDL libraries installed? Yes. I have the ia32-libs package installed so the 32-bit version of the SDL libraries should have been installed when the 64-bit version was installed and indeed they were. If I do a 'ls -al /usr/lib32/*SDL*' I get : jdb2@aleph1 ~ $ ls -al ...
- Mon Nov 29, 2010 1:45 pm
- Forum: ZSNES Talk
- Topic: Installing the i386 deb for ZSNES 1.51 on 64-bit Ubuntu
- Replies: 2
- Views: 7096
Installing the i386 deb for ZSNES 1.51 on 64-bit Ubuntu
Along with trying to compile ZSNES on my 64-bit Ubuntu derived system, I've been trying to install the i386 package. Specifically, I'm running Linux Mint 9 Isadora KDE 64-bit whih is based off of Ubuntu 10.04 Lucid Lynx. The latest ZSNES package can be found here http://mirrors.kernel.org/ubuntu/poo...
- Mon Nov 29, 2010 12:59 pm
- Forum: ZSNES Talk
- Topic: Compiling ZSNES 1.51 under 64-bit Linux
- Replies: 5
- Views: 6272
Compiling ZSNES 1.51 under 64-bit Linux
I'm running Linux Mint 9 Isadora KDE 64-bit and want to run ZSNES via cross-compiling to 32-bit. I've set up my environment like so : ( from 'env' ) CFLAGS=-m32 --sysroot=/home/jdb2/sysroots CXXFLAGS=-m32 --sysroot=/home/jdb2/sysroots ( the above are exported ) where 'ls -al ~/sysroots' produces : j...
- Fri Nov 12, 2010 8:17 am
- Forum: Bug Reports/Feature Requests
- Topic: Error compiling under 64-bit Linux
- Replies: 1
- Views: 4108
Error compiling under 64-bit Linux
I just downloaded the latest ZSNES source ( version 1.51 ), untared the file, and issued a ./autogen.sh --prefix=/usr/local/ZSNES After issuing a make ( with or without a '-j 3' makes no difference. I have a 2-core processor on the system I'm trying to build ZSNES ) I get the following output : g++ ...