In Chicken Scheme, can I pass on certain values that will be given to gcc? I would like to pass on the following options to the gcc but I don't know how:
-lX11 -lpthread -lXinerama -lXext -lGL -g -lm -ldl
In Chicken Scheme, can I pass on certain values that will be given to gcc? I would like to pass on the following options to the gcc but I don't know how:
-lX11 -lpthread -lXinerama -lXext -lGL -g -lm -ldl
Thanks to litro I found the the answer. The following worked for me:
or