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

Make giving error "/usr/bin/ld: cannot find -lach" even after configuring --without-ach #19

Open
pradipcyb opened this issue Dec 19, 2017 · 0 comments

Comments

@pradipcyb
Copy link

I haven't installed ach. When I run
./configure -without-ach
it gives
configure: CONFIGURATION SUMMARY configure: ===================== configure: COMMONLISP: sbcl configure: USE ACH: no
But when I run make it is giving error In file included from libmotgram/motgram.c:62:0: ./include/motgram.h:94:14: warning: 'mg_supervisor_allow' defined but not used [-Wunused-function] static _Bool mg_supervisor_allow ( mg_supervisor_table_t *table, ^ libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./include -Wc++-compat -Wwrite-strings -Wshadow -Wfloat-equal -Wpointer-arith -Wconversion -Wextra -g -O2 -Wall -MT libmotgram/motgram.lo -MD -MP -MF libmotgram/.deps/motgram.Tpo -c libmotgram/motgram.c -o libmotgram/motgram.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wc++-compat -Wwrite-strings -Wshadow -Wfloat-equal -Wpointer-arith -Wconversion -Wextra -g -O2 -Wall -o libmotgram.la -rpath /usr/local/lib libmotgram/motgram.lo -lach libtool: link: gcc -shared -fPIC -DPIC libmotgram/.libs/motgram.o -lach -O2 -Wl,-soname -Wl,libmotgram.so.0 -o .libs/libmotgram.so.0.0.0 /usr/bin/ld: cannot find -lach collect2: error: ld returned 1 exit status make[1]: *** [libmotgram.la] Error 1 make[1]: Leaving directory /home/pradip/motion-grammar-kit'
make: *** [all] Error 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

No branches or pull requests

1 participant