From: Rui L. <ru...@il...> - 2014-09-03 14:36:29
|
Hi Nilton, Thanks a lot for letting me know! Glad to know it worked for you. :-) Copying the user mailing list for archival purposes... Best wishes, Rui On 09/02/2014 07:03 PM, Nilton Luiz Queiroz Junior wrote: > Hi Rui, > > now worked, > > I'm grateful for your help. > Thanks A LOT! > > Nilton > > > > Date: Tue, 2 Sep 2014 17:59:28 -0500 > > From: ru...@il... > > To: nil...@ho... > > Subject: Re: Error Installing > > > > Hi Nilton, > > > > Thanks a lot for your prompt reply! > > > > It seemed that the Fortran compiler on your system -- /usr/bin/f77, which returns in "-v" output as "fort77 Version 1.15" -- had issues compiling some tests. We can use the "F77" environment variable to try a different Fortran compiler that's available on your system. > > > > Also you did not enable Java -- currently we recommend a user to build the Java version of the psprocess tool, instead of the old Tcl version. We can do this by using the "--enable-java" option. > > > > Could you please try: > > ./configure --with-papi --enable-java F77=<another_Fortran_compiler> > > and let me know of the result? For example, if you have the GNU Fortran compiler (gfortran), then do: > > ./configure --with-papi --enable-java F77=gfortran > > > > Again, if there's any error, please provide the "config.log" file with your email. Thanks a lot! > > > > Thanks, > > Rui > > > > On 09/02/2014 03:41 PM, Nilton Luiz Queiroz Junior wrote: > > > Hi Rui, the config.log is attached in this e-mail. > > > > > > Thanks for help, > > > Nilton. > > > > > > > > > > Date: Tue, 2 Sep 2014 14:40:39 -0500 > > > > From: ru...@il... > > > > To: nil...@ho... > > > > Subject: Re: Error Installing > > > > > > > > Hi Nilton Luiz Queiroz, > > > > > > > > Thanks for your interest in using PerfSuite! > > > > > > > > This is Rui Liu, the current maintainer of PerfSuite. Could you please provide the entire "config.log" file that was generated when you ran "./configure ...", to help diagnose the problem? Thanks a lot! > > > > > > > > Thanks, > > > > Rui > > > > > > > > On 09/02/2014 01:02 PM, Nilton Luiz Queiroz Junior wrote: > > > > > after run "./configure --with-papi" i try run make, but i've the following error message: > > > > > > > > > > Making all in tests > > > > > f77 -I../../../src/libperfsuite -g -O2 -c -o psf_rtc-test.o psf_rtc-test.f > > > > > MAIN rtctest: > > > > > dowork: > > > > > psf_rtc-test.f: In function ‘MAIN__’: > > > > > psf_rtc-test.f:75:5: error: unknown type name ‘longint’ > > > > > psf_rtc-test.f:79:5: error: unknown type name ‘longint’ > > > > > psf_rtc-test.f:81:43: error: unknown type name ‘longint’ > > > > > /usr/bin/f77: aborting compilation > > > > > make[4]: *** [psf_rtc-test.o] Error 25 > > > > > make[3]: *** [all-recursive] Error 1 > > > > > make[2]: *** [all-recursive] Error 1 > > > > > make[1]: *** [all-recursive] Error 1 > > > > > make: *** [all] Error 2 > > > > > > > > > > anyone could help me? > > > > > Thanks > > > > > --> |