Search found 8 matches

by Techmobowl
Thu Jul 12, 2007 4:15 pm
Forum: ZSNES Talk
Topic: Linux 'make' error
Replies: 31
Views: 11494

I checked out Archlinux and it doesn't support pre-i686 processors. I'm running a i586.
by Techmobowl
Tue Jul 10, 2007 6:12 am
Forum: ZSNES Talk
Topic: Linux 'make' error
Replies: 31
Views: 11494

Thanks for all the help. If I ever migrate from DeLi to a distro that uses glibc I give it another shot.
by Techmobowl
Mon Jul 09, 2007 6:44 am
Forum: ZSNES Talk
Topic: Linux 'make' error
Replies: 31
Views: 11494

well there's your problem...

I'm not sure about the details but even though I'm using gcc, DeLi Linux uses uClibc for compiling programs. I know that's one of the reasons I can't use binaries from other distros. I thought I could still build programs from source though.
by Techmobowl
Mon Jul 09, 2007 5:39 am
Forum: ZSNES Talk
Topic: Linux 'make' error
Replies: 31
Views: 11494

Triple play

@adventure_of_link: I tried DSL, Puppy, Vector but they all ran too slow on the 167 MHz. There are probably ways to optimize them but I'm relatively new to linux and DeLi is tailored for <very> old machines. @funkyass: GCC 3.3.6 (It came with the distribution, I'm not sure if there is a reason it's ...
by Techmobowl
Sun Jul 08, 2007 8:45 pm
Forum: ZSNES Talk
Topic: Linux 'make' error
Replies: 31
Views: 11494

next error

Thanks, The 'make' doesn't complain about F_OK but now it complains about "access". From the tools/depbuild.cpp file, it looks like access() is a function. Here's the output: g++ -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRA...
by Techmobowl
Sat Jul 07, 2007 5:44 am
Forum: ZSNES Talk
Topic: Linux 'make' error
Replies: 31
Views: 11494

make output

Here's the output after I run 'make' g++ -pipe -I. -I/usr/local/include -I/usr/include -D__UNIXSDL__ -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -march=pentium-mmx -O3 -fomit-frame-pointer -s -fno-rtti -o tools/fileutil.o -c tools/fileutil.cpp g++ -pipe -I. -I/usr/local/include -I/usr/incl...
by Techmobowl
Fri Jul 06, 2007 8:59 pm
Forum: ZSNES Talk
Topic: Linux 'make' error
Replies: 31
Views: 11494

distro/version

I'm running DeLiLinux 0.7.2. I've had success compiling a few other programs, but I'm still relatively new to Linux. As to why I'm using DeLi? I'm running a 166MHz Pentium laptop with 80 MB of ram. I can run GB and NES emulators (gnuboy and tuxnes). It will probably not run ZSNES at full speed, but ...
by Techmobowl
Fri Jul 06, 2007 5:22 pm
Forum: ZSNES Talk
Topic: Linux 'make' error
Replies: 31
Views: 11494

Linux 'make' error

I can successfully run 'configure' (no OpenGL) for 1.51.

When I try 'make' I get an error:
tools/depbuild.cpp:167:error 'F_OK' undeclared...
followed by a couple errors.

Any ideas? Suggestions?