Hello,
GNU Smalltalk 2.* used to compile fine on OpenBSD but upon calling configure for the current stable version 3.0.2, I get these errors.
configure: creating libtool
configure: error: "libffi has not been ported to i386-unknown-openbsd4.2."
configure: error: ./configure failed for libffi
My modification for libffi/configure.ac:
i*86-*-openbsd*) TARGET=X86; TARGETDIR=x86;;
snippet of the point of insertion
i*86-*-freebsd* | i*86-*-kfreebsd*-gnu) TARGET=X86; TARGETDIR=x86;;
i*86-*-netbsdelf* | i*86-*-knetbsd*-gnu) TARGET=X86; TARGETDIR=x86;;
i*86-*-openbsd*) TARGET=X86; TARGETDIR=x86;;
i*86-*-rtems*) TARGET=X86; TARGETDIR=x86;;
Still, the problem persists. There are no problems building libffi 3.0.4 on OpenBSD, downloaded from ftp://sourceware.org/pub/libffi/libffi-3.0.4.tar.gz.
If you have a solution or able to point me in right direction, it would be very appreciated.
Thanks in advance,
Sincerely,
Francis
--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 9 at
http://www.opera.comPowered by Outblaze
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk