[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnokii can be compiled on solaris
From: |
Pawel Kot |
Subject: |
Re: gnokii can be compiled on solaris |
Date: |
Wed, 17 Apr 2002 13:42:49 +0200 |
> > But agree. It is the candidate for the autoconf.
> I would do it, but autoheader seems to not like either
>
> AC_CHECK_TYPE(u_char)
> or
> AC_CHECK_TYPE(u_char, AC_DEFINE(HAVE_U_CHAR))
AC_CHECK_TYPE([u_char]) works for me. autoconf 2.52
> it says:
> /usr/local/bin/autoheader: Symbol `u_char' is not covered by
> /usr/local/share/autoconf/acconfig.h ./acconfig.h
Did you run first autoconf and then autoheader?
Remember to add:
#undef HAVE_U_CHAR
in the gnokii's acconfig.h
> From: http://www.opengroup.org/onlinepubs/007904975/utilities/c99.html
> Some historical implementations have permitted -L options to be
> interspersed with -l operands on the command line. For an application
> to compile consistently on systems that do not behave like this, it is
> necessary for a conforming application to supply all -L options before
> any of the -l options.
I belive this is not the issue here.
pkot