On Mon, Mar 20, 2000 at 02:08:20PM -0800, Quel Qun wrote:
> In glib.h, there is a line:
>
> #include <glibconfig.h>
>
> but glibconfig.h is installed in /usr/lib/glib/include (?)
>
> weird.
>
Yes. Weird. /usr/lib/glib/include is a very weird place to put a .h file.
Anyway, this is the standard place for this file, as decided by the GTK team.
Don't ask me why, this may have something to do with FHS...
That's why you should always use:
gcc -c foo.c -o foo.o `glib-config --cflags`
when you compile a file that use the glib
Regards,
DindinX
--
[EMAIL PROTECTED] HF Team