I installed Xfree, fink, gimp and enlightenment (and a whole bunch of wm as well) and I am currently trying to compile eterm (the "nix" theme I use with enlightenment seems to use it a lot in the preconfigured buttons).
I downloaded the tarball and did:
./configure --host=powerpc-apple-freebsd
make
I first got a "malloc.h" file not found error. I copied the malloc.h file I had in my /usr/include/sys folder to the source folder for eterm and I tried "make" again. It got a little further but now gave me this:
/usr/bin/ld: Undefined symbols:
_main
_debug_level
make[2]: *** [libmej.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
What now?
Colddiver
I downloaded the tarball and did:
./configure --host=powerpc-apple-freebsd
make
I first got a "malloc.h" file not found error. I copied the malloc.h file I had in my /usr/include/sys folder to the source folder for eterm and I tried "make" again. It got a little further but now gave me this:
/usr/bin/ld: Undefined symbols:
_main
_debug_level
make[2]: *** [libmej.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
What now?
Colddiver