This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Re: libffi onOpenBSD 3.9
[forgot to cc the list]
Andrew Haley schrieb:
> > Thomas Heller wrote:
> >
> > ...
> >
> > I think you do not have a working C++ compiler.
> >
> > Andrew.
I installed g++, the logfile testsuite/libffi.log contains these errors:
WARNING: libffi.special/unwindtest.cc compilation failed to produce executable
Executing on host: gcc /home/theller/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc -shared-libgcc -lstdc++ -O0 -W -Wall -I/
home/theller/libffi/testsuite/../include -I/home/theller/libffi/testsuite/../include -I/home/theller/libffi/testsuite/../include/.. -
L/home/theller/libffi/testsuite/../.libs -lffi -lm -o ./unwindtest_ffi_call.exe (timeout = 300)
/home/theller/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc:10: error: syntax
error before `__attribute__'
compiler exited with status 1
output is:
/home/theller/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc:10: error: syntax
error before `__attribute__'
Any idea?
Thomas