iraf-v216 · Code · Issues (50) · Pull requests (81)
iraf.net Issue #50
[macintel] x_system does not link
closed olebole opened this issue on 2017-05-09 · 1 comments
olebole commented on 2017-05-09
On MacOS X 64 bit, I get the following error:
xc -Nz x_system.o libpkg.a -o xx_system.e
Undefined symbols for architecture x86_64:
"_bitupk_", referenced from:
_dirpfa_ in libpkg.a(directory.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Warning, mkpkg line 7: module `relink' not found or returned error
move `xx_system.e' to `bin$x_system.e'
$move: file `xx_system.e' not found
Warning, mkpkg line 18: error moving file xx_system.e
Warning, mkpkg line 8: module `install' not found or returned error
Warning, mkpkg line 42: module `update@system' not found or returned error
Warning, mkpkg line 12: module `system' not found or returned error
Full log here.
olebole commented on 2017-05-21
This is probably due to #42, since BITUPK
is defined the same source file as there.
Fixed in #74
Last updated on 2017-05-21