Subject: Re: gnomesupport.h missing
To: Ruibiao Qiu <ruibiao@arl.wustl.edu>
From: Dan Winship <danw@helixcode.com>
List: tech-pkg
Date: 07/06/2000 17:38:55
gnomesupport.h is in /usr/X11R6/lib/gnome-libs/include. If you're
building a GNOME program, it ought to use the gnome-config script to
get the compiler and linker flags it needs (which will include the
right -I option to find gnomesupport.h)

-- Dan