Hi all, No problem here building WSJT r4916 on Fedora 20 (since we ARE in the WSJT group)
Oh, you mean WSJT-X, why didn't you say? This is where I get.... g++ -o jt9 jt9.o jt9a.o jt9b.o jt9c.o -L. -ljt9 -lQt5Core -lfftw3f `gfortran - print-file-name=libgfortran.so` jt9.o: In function `MAIN__': jt9.f90:(.text+0x6dc): undefined reference to `fftwf_init_threads' jt9.f90:(.text+0x6ec): undefined reference to `fftwf_plan_with_nthreads' collect2: error: ld returned 1 exit status Makefile:62: recipe for target 'jt9' failed make: *** [jt9] Error 1 [alanb@localhost lib]$ grep fftwf_init_threads * fftw3.f03: integer(C_INT) function fftwf_init_threads() bind(C, name='fftwf_init_threads') fftw3.f03: end function fftwf_init_threads ----ooo00ooo--- Alan VK2ZIW On Sat, 31 Jan 2015 05:37:31 +0100, Claude Frantz wrote > Please allow me to report the following problems: > > [ 4%] Building Fortran object CMakeFiles/wsjt.dir/lib/filbig.f90.o > /home/claude/ham/JoeTaylor/wsjtx/lib/filbig.f90:44.35: > > plan2=fftwf_plan_dft_1d(nfft2,c4a,c4a,-1,nflags) > 1 > Warning: Same actual argument associated with INTENT(OUT) argument > 'in' and INTENT(OUT) argument 'out' at (1) /home/claude/ham/JoeTaylor/wsjtx/lib/filbig.f90:45.35: > > plan3=fftwf_plan_dft_1d(nfft2,cfilt,cfilt,+1,nflags) > 1 > Warning: Same actual argument associated with INTENT(OUT) argument > 'in' and INTENT(OUT) argument 'out' at (1) > > ..... and later ...... > > Scanning dependencies of target jt9 > [ 61%] Building Fortran object CMakeFiles/jt9.dir/lib/jt9.f90.o > [ 62%] Building Fortran object CMakeFiles/jt9.dir/lib/jt9c.f90.o > Linking CXX executable jt9 > CMakeFiles/jt9.dir/lib/jt9.f90.o: In function `.L9': > jt9.f90:(.text+0x91c): undefined reference to `fftwf_init_threads' > jt9.f90:(.text+0x92a): undefined reference to `fftwf_plan_with_nthreads' > collect2: error: ld returned 1 exit status > CMakeFiles/jt9.dir/build.make:182: recipe for target 'jt9' failed > make[2]: *** [jt9] Error 1 > CMakeFiles/Makefile2:129: recipe for target 'CMakeFiles/jt9.dir/all' > failed make[1]: *** [CMakeFiles/jt9.dir/all] Error 2 Makefile:137: > recipe for target 'all' failed make: *** [all] Error 2 > > I hope that will help you a little bit. > > Best 88 de Claude > > ---------------------------------------------------------------------------- -- > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, > is your hub for all things parallel software development, from > weekly thought leadership blogs to news, videos, case studies, > tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel Alan Man's greatest waste of time: Worshipping the wrong God. Consider Jesus. --------------------------------------------------------------------------- Alan Beard Unix Support Technician from 1984 to today 70 Wedmore Rd. Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X Emu Heights N.S.W. 2750 Routers, terminal servers, printers, terminals etc.. +61 2 47353013 (h) Support Programming, shell scripting, "C", assembler 0414 353013 (mobile) After uni, electr ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
