TEA platforms?
I'm adding TEA support for the iaxclient voip package and don't know
how to differentiate MacOSX (Darwin) from unix. TEA_PLATFORM doesn't
do that:
# This will define a ${TEA_PLATFORM} variable == "unix" or "windows".
and TEA_WINDOWINGSYSTEM isn't what I want since it is independent of
windowing system, X11 or aqua. Anyone?
In tcl.m4 I see in AC_DEFUN([TEA_INIT], [ ... that TEA_PLATFORM is
defined and that uses `uname -s`. Is this the expression to use since
it returns Darwin on my Mac?
Mats
.
Relevant Pages
- InfoWorld: OSX The Most Unified and Consistent OS
... Apple has brought BSD back into the public eye by making it the ... foundation of its Darwin operating system, ... Darwin distributions are skinny, ... And soon, it will be UNIX. ... (comp.sys.mac.advocacy) - Re: what is unix, compared to linux, windows and mac (classic)?
... Linux is just the core bits of such an OS, ... the gnu tools and you have something very much like a unix system. ... Darwin is the base OS, that is, the most basic layers below the graphics. ... Note that 4.4BSD is not the same as FreeBSD 4.4, ... (comp.unix.questions) - Re: Was unterscheidet *BSD und Linux?
... Für einen Desktop: FreeBSD ... Das am meisten genutzte Unix auf Desktop Rechnern, Laptops und auch Mobil-Telefonen ist keine Linux, sondern ein BSD: Darwin. ... (de.comp.os.unix.misc) - Re: IBM Unix v. Apple Darwin
... nbn> I am not familiar with IBM's version of Unix. ... nbn> How does it compare to Apple's Darwin? ... They're different flavors of the same fruit: Unix. ... Bela Gazdy, EUCLID/AIX Systems Support ... (comp.unix.aix) - Re: IBM Unix v. Apple Darwin
... > nbn> I am not familiar with IBM's version of Unix. ... > nbn> How does it compare to Apple's Darwin? ... Darwin is pretty different from AIX. ... (comp.unix.aix) |
|