fftw libraries


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) fftw libraries
# 1  
Old 01-13-2009
fftw libraries

hi everyone,
I need fftw3 libraries (FFTW Installation on the MacOS) but I can't succeed in installing them on my Mac OSX.
I tried with "./configure make make install" procedure, fink and macports but my programs always ask me "fftw.h" files?

can you help me?

thank you!!

federico_tn84

P.S.: I am a newbie... so be patient! thank you.
# 2  
Old 01-13-2009
Which stage (configure, make, make install) fails? Can you post config.status?
# 3  
Old 01-13-2009
hi,
if you mean just after I use "./config" the file output file in the following attachment.
I have no idea where I should look for into the file in order to find out the problem.
thank you.
# 4  
Old 01-13-2009
So which part of the compilation process fails? Obviously configure works.
# 5  
Old 01-13-2009
I also post the terminal output of "sudo make install"
# 6  
Old 01-13-2009
now the terminal output file! Smilie

I see a lot of "make[5]: Nothing to be done for..." maybe this is the problem.
Is it a compiler problem in your opinion?
# 7  
Old 01-13-2009
It looks live everything worked. The libraries installed properly. Again, where does the error occur?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. High Performance Computing

FFTW - ./configure --enable-mpi error.

Hello I am trying to install fftw3.3.3 on an HPC system. The system has openmpi installed ( though we can choose between a variety of mpi distributions). However, while ./configure step of fftw, there is an error. The relevant section of the output is: checking whether to build shared... (3 Replies)
Discussion started by: abhi34101
3 Replies

2. UNIX for Dummies Questions & Answers

Trying to compile and looking for old libraries

I have been working to install gparted on Centos. Compiling gparted required a number of thing I didn't have, so I downloaded and comilied them as root. After a lot of frustration, I tried using a sript to do it in another directory and removed all of the previously compiled code which was in... (3 Replies)
Discussion started by: brownwrap
3 Replies

3. Programming

I want to know some c libraries

I'm a rookie to C and i'm looking for some libraries to learn,something likes the C++ STL or Boost ,does any1 can tell me some of them?Thanks a lot:) Eric (3 Replies)
Discussion started by: homeboy
3 Replies

4. Shell Programming and Scripting

How to use two different libraries?

Hello, I need to use two different libraries like /usr/local/bin/expect and /usr/bin/ksh at the same script. Is it possible? (4 Replies)
Discussion started by: fozay
4 Replies

5. UNIX for Dummies Questions & Answers

libraries

I am slowly ploughing my way through the list of links to on-line tutorials you provided to newbies. I for one am grateful for such a comprehensive list, so first of all thank you for that. What i cannot seem to find, is information on C++ libraries: The two links on libraries in your list... (0 Replies)
Discussion started by: pil888
0 Replies

6. IP Networking

Libraries

How is Libnet and libpcap are useful in sending a packet through DLL layer and sniff network layer? and how sinffers are used to track ip adresses provided Mac adresses? (1 Reply)
Discussion started by: netsavy
1 Replies

7. Programming

C Libraries??

I can not locate package sys/mkdev.h on HP-UX or Linux. Is it a special package or something? (9 Replies)
Discussion started by: laila63
9 Replies
Login or Register to Ask a Question