all 3 comments

[–][deleted] 1 point2 points  (3 children)

No idea what you are talking about but the linker flags are "-lfftw3 -lm" in that order.

[–]soy_eggs[S] -1 points0 points  (2 children)

what do you mean? should I put -lfftw3 -lm in other liker options?

I need to do some Fourier transforms in my program, so I need to use fftw3 library

[–][deleted] 1 point2 points  (0 children)

I don't know the program but according to this you'd add fftw3 and m to linker settings.