Skip to content

grackle linking issues: added FCLIBS to LD_FLAGS

Mladen Ivkovic requested to merge grackle-linking-trouble into master

I was having issues linking grackle (latest) when compiling swift with gcc 8.4.0. Adding $FCLIBS to the configure.ac scripts for the grackle test makes the test succeed, and adding it to AM_LD_FLAGS makes the code compile.

According to @lhausammann, another option would be to add FCLIBS inside the variable $GRACKLE_LIBS in configure.ac.

Edited by Mladen Ivkovic

Merge request reports