On 03/11/13 08:58, kdag wrote:

    `Pa_GetDeviceCount'
    collect2: error: ld returned 1 exit status
    make[2]: *** [gr-audio/examples/c++/dial_tone] Error 1
    make[1]: *** [gr-audio/examples/c++/CMakeFiles/dial_tone.dir/all]
    Error 2
    make: *** [all] Error 2
    make  20.86s user 1.83s system 94% cpu 23.913 total
    Any hints as to how to fix it appreciated
    _______________________________________________

    Portaudio packages are missing.
    # apt-cache search portaudio
    libportaudiocpp0 - Portable audio I/O C++ bindings - shared library
    libportaudio2 - Portable audio I/O - shared library
    portaudio19-dev - Portable audio I/O - development files
    Regards
    Sid.


Hi Sid, thanks for the hint but see, i do have portaudio, not sure why cmake can't see it. Have tried both:

portaudio19-dev  and  libportaudio-dev

I have seen that problem many times with cmake. It can be quite a trial at times.

Run ccmake and manually set the portaudio options, then run cmake again.
Regards
Sid.

--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to