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 since commit 8d8d8ce5... #587

Closed
rainey opened this issue Sep 19, 2017 · 1 comment
Closed

link errors since commit 8d8d8ce5... #587

rainey opened this issue Sep 19, 2017 · 1 comment

Comments

@rainey
Copy link

rainey commented Sep 19, 2017

Using GCC 7.2.0, Current version does build. Bisect first broken commit id is 8d8d8ce

Get the following errors:

/tmp/ccGyAeeq.o: In function `mg_next_comma_list_entry':
v7.c:(.text+0x157c): undefined reference to `mg_mk_str'
/tmp/ccGyAeeq.o: In function `mg_next_comma_list_entry_n':
v7.c:(.text+0x15e3): undefined reference to `mg_mk_str'
v7.c:(.text+0x1626): undefined reference to `mg_strchr'
v7.c:(.text+0x168a): undefined reference to `mg_mk_str_n'
collect2: error: ld returned 1 exit status
make: *** [../examples.mk:7: call_c_from_js] Error 1
make: Leaving directory '/home/srainey/source/v7/examples/call_c_from_js'

Looks like these functions are not defined anywhere in the committed code.

@cpq
Copy link
Member

cpq commented Sep 19, 2017

V7 is deprecated.
Please use https://github.com/cesanta/mjs

@cpq cpq closed this as completed Sep 19, 2017
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

No branches or pull requests

2 participants