public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* problem with fftw (probaly easy to solve)
@ 2002-02-21  8:46 Olivier Ricordeau
  2002-02-21 10:28 ` Claudio Bley
  0 siblings, 1 reply; 5+ messages in thread
From: Olivier Ricordeau @ 2002-02-21  8:46 UTC (permalink / raw)
  To: gcc-help

Hi all!

	I'm making a little DSP program that uses the FFTW librariy to do 
Fourier's transforms. I've made a #include <rfftw.h> in my C source code 
and when I try to compile here is what I get:

-----------------------------------------------------------------------

[olivier@localhost c]$ gcc -Wall -ansi -o wav2tab wav2tab.c
/home/olivier/tmp/ccphPEIZ.o: In function `main':
/home/olivier/tmp/ccphPEIZ.o(.text+0x27): undefined reference to 
`rfftw_create_plan'
/home/olivier/tmp/ccphPEIZ.o(.text+0x8e): undefined reference to 
`rfftw_destroy_plan'
/home/olivier/tmp/ccphPEIZ.o(.text+0x158): undefined reference to 
`rfftw_one'
/home/olivier/tmp/ccphPEIZ.o(.text+0x26d): undefined reference to 
`rfftw_destroy_plan'
collect2: ld returned 1 exit status
[olivier@localhost c]$

-----------------------------------------------------------------------

Could someone help me with this problem? It looks like the answer is 
pretty simple but I don't have it :-)

-- 
|   -=Olivier RICORDEAU=-  |   It is rumored that someone once asked   |
|        Info Spé C2       |Dr. Bellman how to tell the exercises apart|
|     EPITA Promo 2005     |from the research problems, and he replied,|
|olivier.ricordeau@epita.fr| "If you can solve it, it is an exercise;  |
|       ICQ: 65452304      |    otherwise it's a research problem."    |
|   Phone: 06-86-72-08-52  | D.Knuth, "The Art Of Computer Programming"|

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-02-21 19:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-21  8:46 problem with fftw (probaly easy to solve) Olivier Ricordeau
2002-02-21 10:28 ` Claudio Bley
2002-02-21 11:26   ` Olivier Ricordeau
2002-02-21 11:36     ` Olivier Ricordeau
2002-02-21 12:23     ` Claudio Bley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).