tried to build for Mac OSX and it failed (see below).
Sorry if this should be obvious how to fix, I'm not sure how to fix
it.
> ./configure && make
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... Invalid configuration
`unknown-apple-darwin7.3.1': machine `unknown-apple' not
recognized
configure: error: /bin/sh ./config.sub unknown-apple-darwin7.3.1
failed
Logged In: YES
user_id=162166
Well, the error appears to be an autoconf problem. Have you
tried pulling from CVS, and running the autogen.sh ?
That'll build a new "configure" script that might properly work.
Logged In: YES
user_id=1040044
I'd be happy to try that but I have no idea how to do it. If you can tell me how, I'll be happy to try. I'm familias with CLI but not CVS
Logged In: YES
user_id=1040044
Ok, I solved the problem. I have GNU coreutils installed and the
uname was screwing up the config.guess output. Once I did that,
I could make & make install the libytnef and then could make
ytnef