From: Rick K. <rk...@nc...> - 2005-11-30 14:21:44
|
On Wed, 30 Nov 2005 gg...@un... wrote: > Hi Rick, > I made a syntax error but the music does not change, even if I link with -lpapi > -lpshwpc or with -lpapi -lpshwpc -libperfsuite. I think I have these libraries > in /usr/local/lib. I attach a file listing the content of the directory. > Thanks, Giuseppe. Giuseppe, Well, I think I missed one other thing in your config.log. It is the selection of the Fortran compiler to be used when building the libraries. It looks as if you are using the default, which is GNU g77, not Intel ifort. This will cause link time problems similar to what you are seeing. The solution for this is to reconfigure and rebuild PerfSuite exactly as you've already done, but add the flag F77=ifort at the very end of your "configure" line. Then do "make clean", "make", and "make install" as before. There is more information about this in the INSTALL file. Hope this helps! Rick |