libgeneral icon indicating copy to clipboard operation
libgeneral copied to clipboard

Issue with make

Open demhademha opened this issue 5 years ago • 0 comments

Hi, after running ./autogen.sh --host=arm64-apple-darwin --prefix=/usr, it successfully completes, However, when running make check Making check in libgeneral make[1]: Entering directory '/home/ahmed/downloads/libgeneral/libgeneral' /bin/bash ../libtool --tag=CXX --mode=link g++ -I../include -g -O2 -std=c++11 -o libgeneral.la -rpath /usr/lib libgeneral_la-exception.lo
libtool: link: g++ -r -keep_private_externs -nostdlib -o .libs/libgeneral.0.dylib-master.o .libs/libgeneral_la-exception.o g++: error: unrecognized command line option '-keep_private_externs' make[1]: *** [Makefile:413: libgeneral.la] Error 1 make[1]: Leaving directory '/home/ahmed/downloads/libgeneral/libgeneral' make: *** [Makefile:463: check-recursive] Error 1

Any help would be appreciated

demhademha avatar Jul 16 '20 18:07 demhademha