[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] NetBSD w/ 4.8.0rc3
From: |
Derrell Piper |
Subject: |
[Chicken-hackers] NetBSD w/ 4.8.0rc3 |
Date: |
Fri, 14 Sep 2012 11:59:19 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) |
FYI,
I also have NetBSD systems. I decided to check 4.8.0rc3 and gcc builds
and completes 'make check'. Unfortunately, clang doesn't. It builds
and installs fine, but 'make check' gives me this:
clang version 3.0 (tags/RELEASE_30/final)
Target: x86_64--netbsd
Thread model: posix
======================================== symbol-GC tests ...
../chicken symbolgc-tests.scm -output-file a.c -verbose -include-path ..
clang a.c -o a.o -c -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H
-DC_ENABLE_PTABLES -Os -fomit-frame-pointer -I.. -I"/usr/local/include/chicken"
rm a.c
clang a.o -o a.out -L.. -L"/usr/local/lib" -Wl,-R"/usr/local/lib" -lchicken
-lm -lpthread
rm a.o
starting with 1490 symbols
interning 10000 symbols ...
[1] Segmentation fault (core dumped) ./a.out -:w
gmake[1]: *** [check] Error 139
gmake[1]: Leaving directory `/home/ddp/src/chicken-4.8.0rc3'
gmake: *** [check] Error 2
I should probably try to find a newer version fo clang. 3.0 isn't
current.
Derrell
- [Chicken-hackers] NetBSD w/ 4.8.0rc3,
Derrell Piper <=