Search found 8 matches
- Thu Jul 12, 2007 4:15 pm
- Forum: ZSNES Talk
- Topic: Linux 'make' error
- Replies: 31
- Views: 12188
- Tue Jul 10, 2007 6:12 am
- Forum: ZSNES Talk
- Topic: Linux 'make' error
- Replies: 31
- Views: 12188
- Mon Jul 09, 2007 6:44 am
- Forum: ZSNES Talk
- Topic: Linux 'make' error
- Replies: 31
- Views: 12188
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.
- Mon Jul 09, 2007 5:39 am
- Forum: ZSNES Talk
- Topic: Linux 'make' error
- Replies: 31
- Views: 12188
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 ...
- Sun Jul 08, 2007 8:45 pm
- Forum: ZSNES Talk
- Topic: Linux 'make' error
- Replies: 31
- Views: 12188
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...
- Sat Jul 07, 2007 5:44 am
- Forum: ZSNES Talk
- Topic: Linux 'make' error
- Replies: 31
- Views: 12188
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...
- Fri Jul 06, 2007 8:59 pm
- Forum: ZSNES Talk
- Topic: Linux 'make' error
- Replies: 31
- Views: 12188
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 ...
- Fri Jul 06, 2007 5:22 pm
- Forum: ZSNES Talk
- Topic: Linux 'make' error
- Replies: 31
- Views: 12188
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?
When I try 'make' I get an error:
tools/depbuild.cpp:167:error 'F_OK' undeclared...
followed by a couple errors.
Any ideas? Suggestions?