Ok... a few more problems here.
Before I compile the TiEMU executable, I have to compile a few of the libraries (libticables-3.9.6, libticalcs-4.6.1, and libtifiles-0.6.6). libticables has to be compiled first (as the other two depend on it), and it goes without a hitch. libtifiles also compiles correctly (libticalcs depends on it, so it has to go second). When I try to compile libticalcs, ./configure goes well well, but when I do make, I get an error (with the file cmd73.c- says "'CALC_TI84P' undeclared"). When I look at cmd73.c, CALC_TI84P is clearly defined with a #declare statement before the line numbers it gives in the errors. Compiling natively on my linux box, everything comes out just fine and dandy.
Any insight to this? I haven't started the X server to conserve memory, and I've even tried setting up a swap file, but still no luck. Also, I've had to manually change the PKG_CONFIG_PATH to include the path to the .pc files for the other libraries (I had to do the same thing on my linux box, but again, everything worked just fine). You guys have been lots of help so far, and I really appreciate it.