correctly including -lnsl and -lsocket on Solaris without impacting other OS's

2007-04-20 Thread sol11x86
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:

Re: NO! autoconf cross-tools detection is really useful!

2007-04-20 Thread Paul Eggert
"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

basic setup: src and include

2007-04-20 Thread Roger D Vargas
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