config.log: needed libraries not found

2007-07-19 Thread Arvid Brodin
I have a question regarding a configure script. If I am using the wrong mail list then please be indulgent and direct me to the correct place. :) I am cross compiling gtk+ for an arm platform using a x86_64 system. Gtk+ depends on, among other things, pango, which depend on cairo and, using

Re: beginner problem in Solaris

2007-07-19 Thread Jason Curl
Bob Friesenhahn wrote: On Mon, 16 Jul 2007, Joao Miguel Ferreira wrote: I can confirm that the problem should be in the false cru ... line because all the above stuff gets done. On Linux and on HP-UX I read the word ar instead of false on that line ?!? I should also add that the Solaris

Re: beginner problem in Solaris

2007-07-19 Thread Bob Friesenhahn
On Thu, 19 Jul 2007, Jason Curl wrote: Make sure that the /usr/ccs/bin directory exists and is in your shell's search path. If this directory does not exist or is empty, then you need to install a Solaris package. Well, he's already got GCC, so he should at least have 'gar' and 'gmake' like

Re: beginner problem in Solaris

2007-07-19 Thread Benoit SIGOURE
On Jul 19, 2007, at 8:20 PM, Jason Curl wrote: Bob Friesenhahn wrote: On Mon, 16 Jul 2007, Joao Miguel Ferreira wrote: I can confirm that the problem should be in the false cru ... line because all the above stuff gets done. On Linux and on HP-UX I read the word ar instead of false on that

RE: test for restrict fails with MS compiler

2007-07-19 Thread Jerker Bäck
Hello Noah, As Ralf said, `AC_C_RESTRICT' supports your compiler precisely as intended: it defines away the `restrict' keyword, which your compiler implements incorrectly No, I'm not so sure about that. Indeed, I'm convinced the compiler implements the keyword exactly as intended.

Re: test for restrict fails with MS compiler

2007-07-19 Thread Ralf Wildenhues
Hello Jerker, FYI, I've Cc:ed the list again. * Jerker Bäck wrote on Thu, Jul 19, 2007 at 04:34:56PM CEST: You would have a case with this first issue if you could prove that defining away `restrict' is a problem with MSVC. No, it should not cause any problem. OK, good. So this

RE: test for restrict fails with MS compiler

2007-07-19 Thread Jerker Bäck
Hello Ralf, You would have a case with this first issue if you could prove that defining away `restrict' is a problem with MSVC. No, it should not cause any problem. Second, a claim that MSVC fully implements restrict as conforming to C99, is wrong, we've gone through this before. You

Re: [GNU Autoconf 2.61] testsuite: 142 143 144 145 146 147 148 149 failed

2007-07-19 Thread Paul Eggert
Not to worry, it just meant you didn't have a Fortran compiler.