ALOE on Arch Linux.

81 views
Skip to first unread message

joarypl

unread,
Jan 29, 2014, 9:12:13 AM1/29/14
to flex...@googlegroups.com
Hello,

Congratulations for the great project.

I'm trying to install Aloe on Arch Linux 64bits, and get the following error:

#> cmake ..
-- Found LibConfig: /usr/lib64/libconfig.so
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   thread
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find FFTWS (missing: FFTWS_LIBRARIES)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  modrep_default/gen_libs/dft/cmake/Modules/FindFFTWS.cmake:20 (find_package_handle_standard_args)
  modrep_default/gen_libs/dft/CMakeLists.txt:4 (find_package)

libfftw (3.3.3-2, 64bits) is installed but somehow, config does not find it.
i'm sure path's are pointing to the right place, so the problem could be incompatibility of library.

what version of libfftw do you use?
what do you think about the broblem?





joarypl

unread,
Jan 29, 2014, 10:04:57 AM1/29/14
to flex...@googlegroups.com
Workaround:

changed the file aloe-0.6/modrep_default/gen_libs/dft/cmake/Modules/FindFFTWS.cmake

where it is:
SET(CMAKE_FIND_LIBRARY_SUFFIXES .a)
chage to:
SET(CMAKE_FIND_LIBRARY_SUFFIXES .so)

just a name issue.

joarypl

unread,
Jan 29, 2014, 11:24:18 AM1/29/14
to flex...@googlegroups.com
while linking i had the following error:

/usr/bin/ld: CMakeFiles/runcf.dir/dac/uhd/uhd_imp.cpp.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'
/lib/libboost_system.so.1.55.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

solved using the link flag "-lboost_system", just like:
cmake ..  -DCMAKE_CXX_LINK_FLAGS=-lboost_system


On Wednesday, January 29, 2014 11:12:13 AM UTC-3, joarypl wrote:

Vuk Marojevic

unread,
Jan 30, 2014, 12:58:13 PM1/30/14
to flex...@googlegroups.com
Thank you for the valuable feedback!
Please keep us informed about your progress and suggestions.
Regards,
Vuk

--
You received this message because you are subscribed to the Google Groups "ALOE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flexnets+u...@googlegroups.com.
To post to this group, send email to flex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flexnets/2b2eaaf0-4661-4c8e-943f-383def7f3680%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages