[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile 1.5.6 build failure on OpenBSD 3.0
From: |
Thien-Thi Nguyen |
Subject: |
Re: Guile 1.5.6 build failure on OpenBSD 3.0 |
Date: |
Mon, 22 Apr 2002 10:34:39 -0700 |
From: "Dale P. Smith" <address@hidden>
Date: Wed, 10 Apr 2002 11:11:39 -0400
It appears that the preprocessor #define i386 isn't defined, while
__i386__ is. Using __i386__ seems to fix things. Here is a diff:
thanks for the patch. before being applied, a few questions:
is this due to a change in openbsd? (did this work before?) i'm
concerned that this replacement will break other openbsd versions.
also, which compiler?
thi