I am working on wine for Solaris, and the configure.ac segment at the bottom of
the
post that searches for functions looks like this (I combined the single line
functions
in AC_CHECK_FUNCS to mulitple entries per line to be more readable).
I've found that the following functions are not found:
"l l" <[EMAIL PROTECTED]> writes:
> When autoconf will come with the README/INSTALL text which include
> alternative method,
It already does that. The alternative method is in the documentation.
If you want autodetection of cross compile tools, you need to give them
special names. Otherwise you
I have a project with a very simple directory layout: .cpp goes to src
and headers goes to include.
The first problem is that I have to mix libraries configured with a
lib-config utility and libraries that have a package file. How can I do
this?
And the second problem is that I dont know what to