Building libffi on OpenBSD 4.2

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Building libffi on OpenBSD 4.2

Francis Dos Santos
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

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

config.log (432K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Building libffi on OpenBSD 4.2

Paolo Bonzini-2
> 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;;

Have you regenerated configure?

> Still, the problem persists. There are no problems building libffi 3.0.4 on OpenBSD

I will merge the new libffi releases soon.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Building libffi on OpenBSD 4.2

Paolo Bonzini-2

>> Still, the problem persists. There are no problems building libffi
>> 3.0.4 on OpenBSD
>
> I will merge the new libffi releases soon.

Done.  The git repository has now libffi 3.0.4.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk