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

Re: glib problem with glibc 2.1 ?



In article <[🔎] 19990315223320.A5324@k6.resI.insa-lyon.fr>,
Raphael Hertzog  <rhertzog@hrnet.fr> wrote:

>I wonder if I've done something wrong, but I'm not able to make work
>a simple program like this one :-)
>
>#include <stdio.h>
>#include <glib.h>
>
>int main (int argc, char *argv[], char *env[])
>{
>   g_print ("Hello world !\n");
>
>   exit(0);
>}
>

Istr that a glibc2.0-compile libglib will choke a glibc2.1 system in,
you got it, g_print (or g_printv istr...)

I don't think I found it why... relying on the size of a struct FILE
was all I could think of... But I was getting segfaults every time a
GNOME application tried to print something out until I recompiled
libglib.

SRH
-- 
Steve Haslam      http://www.arise.demon.co.uk/      steve@arise.demon.co.uk
Debian GNU/Linux Maintainer                               araqnid@debian.org
Life's been like dragging feet through sand
and never finding the promised land                            [queensrÿche]


Reply to: