On Thu, October 1, 2009 12:40, David Baron wrote:
> On Thursday 01 October 2009 12:12:11 cal wrote:
>
>> David Baron wrote:
>>
>>> qjackctlSetupForm.cpp:(.text+0x573f): undefined reference to
>>> `Pa_Initialize' qjackctlSetupForm.cpp:(.text+0x575b): undefined
>>> reference to `Pa_GetHostApiCount'
>>> qjackctlSetupForm.cpp:(.text+0x57f5): undefined reference to
>>> `Pa_GetHostApiInfo'
>>> qjackctlSetupForm.cpp:(.text+0x589b): undefined reference to
>>> `Pa_GetDeviceCount'
>>> qjackctlSetupForm.cpp:(.text+0x5a0c): undefined reference to
>>> `Pa_GetDeviceInfo'
>>> qjackctlSetupForm.cpp:(.text+0x5b1a): undefined reference to
>>> `Pa_Terminate'
>>>
>>>
>>> This can sometimes be fixed by moving -L/usr/lib or such but the link
>>> statement looks OK. Which library has these?
>>
>> portaudio _______________________________________________
>> Linux-audio-user mailing list
>> Linux-audio-user@email-addr-hidden
>> http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
>>
>>
>
> Yep, simple "copying" the g++ (linking) line and appending -lportaudio
> did the trick!
>
> Maintainer/packager please fix this little matter :-)
there's no issues like that on opensuse11.1, nor ubuntu8.04/9.04, at least
on my offspring packaging, afaict :) just in case, it assumes portaudio19,
nothing else
you can skip all that with
./configure --disable-portaudio
cheers
-- rncbc aka Rui Nuno Capela rncbc@email-addr-hidden _______________________________________________ Linux-audio-user mailing list Linux-audio-user@email-addr-hidden http://lists.linuxaudio.org/mailman/listinfo/linux-audio-userReceived on Thu Oct 1 16:15:03 2009
This archive was generated by hypermail 2.1.8 : Thu Oct 01 2009 - 16:15:03 EEST