Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link errors when building on linux #1064

Closed
pedro-w opened this issue Nov 28, 2017 · 0 comments · Fixed by #1065
Closed

Link errors when building on linux #1064

pedro-w opened this issue Nov 28, 2017 · 0 comments · Fixed by #1065

Comments

@pedro-w
Copy link
Contributor

pedro-w commented Nov 28, 2017

I get the following errors when building the current git code using the v2014.1 compiler.

LinkEXE /tmp/opendylan/Bootstrap.2/bin/dylan-compiler : _main.c
/tmp/opendylan/Bootstrap.2/lib/libdylan.so: undefined reference to `TYPE_CHECK_ARGS_8'
/tmp/opendylan/Bootstrap.2/lib/libdylan.so: undefined reference to `TYPE_CHECK_ARGS_7'
/tmp/opendylan/Bootstrap.2/lib/libdylan.so: undefined reference to `TYPE_CHECK_ARGS_5'
/tmp/opendylan/Bootstrap.2/lib/libdylan.so: undefined reference to `process_keyword_call_into'
/tmp/opendylan/Bootstrap.2/lib/libdylan.so: undefined reference to `TYPE_CHECK_ARGS_9'
/tmp/opendylan/Bootstrap.2/lib/libdylan.so: undefined reference to `TYPE_CHECK_ARGS_6'

collect2: error: ld returned 1 exit status

Linux Lubuntu 17.10 64-bit, gcc 7.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant