Re: vsnprintf




On 20 May 1998, Raja R Harinath wrote:
> 
> I guess we'll have to look at the `config.log' of `gnome-libs'.  For
> some reason, `configure' thinks that:
> 
> 	1) You don't have `vsnprintf'
> 	2) You don't have `scandir'
> 	3) You don't have a `dirent.h'
> 
> >From the looks of it, all these decisions are wrong.  (Did you configure
> on a SunOS m/c and try to build on a Linux m/c or something like that).
> 

I should have included more information before, I'm sorry. Kind of
distracted. Here's the parts of config.log that look relevant to me, and
the whole thing is at http://pobox.com/~hp/config.log. I built on my same
old Linux box same as ever; I think it started breaking yesterday or so,
this week anyway. Probably I'm doing something dumb. Thanks for having a
look...

Actually, come to think of it I think I may have just changed from using
real intl/macros/support directories to symlinks into gnome-common; that's
been working for most of gnome-* but I hadn't tried it for gnome-libs. 
Guess it doesn't work that way. ;-)  That is probably it. I can't think of
anything else that's changed. 

Havoc

configure:2330: checking for dirent.h that defines DIR
configure:2343: gcc -c -Wall -g  -I/usr/local/pkgs/gnome/lib/glib/include
-I/usr
/local/pkgs/gnome/include -I/usr/X11R6/include conftest.c 1>&5
configure: In function `main':
configure:2339: warning: unused variable `dirp'
configure:2368: checking for opendir in -ldir
configure:2387: gcc -o conftest -Wall -g
-I/usr/local/pkgs/gnome/lib/glib/inclu
de -I/usr/local/pkgs/gnome/include -I/usr/X11R6/include  conftest.c -ldir
1>&5
ld: cannot open -ldir: No such file or directory
configure: failed program was:
#line 2376 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();
int main() {
opendir()
; return 0; }
...
configure:2483: gcc -o conftest -Wall -g
-I/usr/local/pkgs/gnome/lib/glib/inclu
de -I/usr/local/pkgs/gnome/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2510: checking for vsnprintf
configure:2538: gcc -o conftest -Wall -g
-I/usr/local/pkgs/gnome/lib/glib/inclu
de -I/usr/local/pkgs/gnome/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2622: checking for scandir
configure:2650: gcc -o conftest -Wall -g
-I/usr/local/pkgs/gnome/lib/glib/inclu
de -I/usr/local/pkgs/gnome/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2622: checking for strcasecmp
...
configure:2679: checking for strtok_r
configure:2707: gcc -o conftest -Wall -g
-I/usr/local/pkgs/gnome/lib/glib/inclu
de -I/usr/local/pkgs/gnome/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2679: checking for vasprintf
configure:2707: gcc -o conftest -Wall -g
-I/usr/local/pkgs/gnome/lib/glib/inclu
de -I/usr/local/pkgs/gnome/include -I/usr/X11R6/include  conftest.c  1>&5
configure:2771: checking for working const




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]