Maybe this is the right thing to do?
https://stackoverflow.com/questions/59489221/using-the-gmp-library-with-boehms-garbage-collector
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
COPTS=-I/usr/local/include
|
||||
STATIC_GCLIB=/usr/local/lib/libgc.a /usr/local/lib/libgmp.a
|
||||
|
||||
joy: joy.c
|
||||
cc $(COPTS) joy.c -o joy
|
||||
cc $(COPTS) joy.c $(STATIC_GCLIB) -o joy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user