
Hi,
I filed a bug http://sourceforge.net/tracker/index.php?func=detail&aid=1063503&gro...
I cannot build rpms on a stock Suse 9.x system
Could someone look at this ?
Thanks, Peter

On Wed, Nov 10, 2004 at 02:04:12PM +0100, Plinnell wrote:
http://sourceforge.net/tracker/index.php?func=detail&aid=1063503&gro...
I cannot build rpms on a stock Suse 9.x system
Ah, dang. In debian, it's in /usr/include/gc, under the win32 headers, it's in both. Looks like suse puts it in /usr/include, like you say.
Does anyone have any idea which is correct? I can write some autoconf magic to locate the true path, but I'd rather figure out what the "right" answer is first.

On Wed, Nov 10, 2004 at 11:16:18AM -0800, Kees Cook wrote:
Ah, dang. In debian, it's in /usr/include/gc, under the win32 headers, it's in both. Looks like suse puts it in /usr/include, like you say.
Does anyone have any idea which is correct? I can write some autoconf magic to locate the true path, but I'd rather figure out what the "right" answer is first.
I'm not sure what "right" means here, but if some suse systems have it only in /usr/include/gc.h and some debian systems have it only in /usr/include/gc/gc.h then I'd use AC_CHECK_HEADERS([gc.h gc/gc.h]).
pjrm.
participants (3)
-
Kees Cook
-
Peter Moulder
-
Plinnell