help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Building libffi on OpenBSD 4.2


From: Francis Dos Santos
Subject: [Help-smalltalk] Building libffi on OpenBSD 4.2
Date: Sun, 16 Mar 2008 19:12:16 +0100

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.com

Powered by Outblaze

Attachment: config.log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]