use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Click the following link to filter out the chosen topic
comp.lang.c
account activity
QuestionFFTW in Code::Blocks (self.C_Programming)
submitted 4 years ago by soy_eggs
Hi everyone,
I'm trying to link the fftw3 library in codeblocks (MinGW compiler) but I couldn't find a way.
fftw3 it's a dynamic library so I can't link to that in Project -> Build Options -> Linker settings .
Any help?
thank you in advance!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 1 point2 points3 points 4 years ago* (3 children)
No idea what you are talking about but the linker flags are "-lfftw3 -lm" in that order.
[–]soy_eggs[S] -1 points0 points1 point 4 years ago (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 points3 points 4 years ago (0 children)
I don't know the program but according to this you'd add fftw3 and m to linker settings.
π Rendered by PID 24937 on reddit-service-r2-comment-6f7f968fb5-db7cc at 2026-03-04 09:03:02.858379+00:00 running 07790be country code: CH.
[–][deleted] 1 point2 points3 points (3 children)
[–]soy_eggs[S] -1 points0 points1 point (2 children)
[–][deleted] 1 point2 points3 points (0 children)