chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] build error w/ clang on macos


From: Kon Lovett
Subject: [Chicken-hackers] build error w/ clang on macos
Date: Thu, 6 Sep 2018 07:20:43 -0700

(sorry, under the weather, or i would investigate)

this doesn’t look right:

        clang: error: unsupported option '-b undle -headerpad_max_install_names’

last commit in local repo is:

        commit dc07113cf79a1930c6a109c738138dbea15afbc0 (HEAD -> master, 
origin/master, origin/HEAD)
        Author: Peter Bex <address@hidden>
        Date:   Sat Sep 1 18:33:59 2018 +0200

#512 $ build_chicken check

check build of version 5 master for macosx installing in /usr/local/chicken/5
C compiler C_COMPILER=clang CXX_COMPILER=clang
C compiler options -fno-strict-aliasing -fwrapv -fno-common -m64 -O3 
-fomit-frame-pointer -Wall -Wno-unused -Wno-uninitialized

cd tests; sh runtests.sh
======================================== repository search path ...
(/usr/local/chicken/5/lib/chicken/9)
(PASS) (repository-path) contains something by default
 TOTALS: 
  1 tests completed in 0.885 seconds
  1 (100.00%) tests passed
  0 (0.00%) tests failed
/usr/bin/env 
DYLD_LIBRARY_PATH='/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/..'
 /Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/../chicken 
'sample-module.scm' -output-file 'sample-module.c' -dynamic -feature 
chicken-compile-shared -verbose -include-path 
/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/.. 
-consult-types-file ../types.db -ignore-repository -emit-import-library 
sample-module
generating import library `sample-module.import.scm' for module `sample-module' 
...
/usr/bin/env 
DYLD_LIBRARY_PATH='/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/..'
 'clang' 'sample-module.c' -o 'sample-module.o' -c  -fno-strict-aliasing 
-fwrapv -fno-common -DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES 
-I/opt/local/include -I/usr/local/include -fno-strict-aliasing -fwrapv 
-fno-common -m64 -O3 -fomit-frame-pointer -Wall -Wno-unused -Wno-uninitialized 
-fPIC -DPIC -DC_SHARED 
-I/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/.. 
-I/usr/local/chicken/5/include/chicken
rm sample-module.c
/usr/bin/env 
DYLD_LIBRARY_PATH='/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/..'
 'clang' 'sample-module.o' -o 'sample-module.so' -m64 -L/opt/local/lib 
-L/usr/local/lib "-bundle -headerpad_max_install_names" 
-L/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/.. 
-L/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/.. 
-lchicken -lm
clang: error: unsupported option '-b undle -headerpad_max_install_names'

Error: shell command terminated with non-zero exit status 256: /usr/bin/env 
DYLD_LIBRARY_PATH='/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/..'
 'clang' 'sample-module.o' -o 'sample-module.so' -m64 -L/opt/local/lib 
-L/usr/local/lib "-bundle -headerpad_max_install_names" 
-L/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/.. 
-L/Users/klovett/Workspace/LISP/Scheme/Chicken/chicken-core-5/tests/.. 
-lchicken -lm
make: *** [check] Error 1




reply via email to

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