I want to compile and run Eterm (under X11) so I can run borderless terminal windows (and I like Eterm better).
when doing './configure' I get this:
I know I need to run configure with the argument
but I dont know what darwin version I am running.
I am using OS X Panther 10.3.2 (clean install of panther + upgrades).
any help would be appreciated, thanks everyone!
when doing './configure' I get this:
Code:
Rawk-Box:~/Desktop/Eterm-0.9 joshua$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for egcs... no
checking for pgcc... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking for Cygwin environment... (cached) no
checking host system type... configure: error: can not guess host type; you must specify one
I know I need to run configure with the argument
Code:
--host=powerpc-apple-darwin
I am using OS X Panther 10.3.2 (clean install of panther + upgrades).
any help would be appreciated, thanks everyone!