Comment 14 for bug 1085955

Revision history for this message
RJ Skerry-Ryan (rryan) wrote : Re: [Bug 1085955] Re: segmentation fault on FreeBSD 8.3-RELEASE-p5 amd64

Oh nevermind, now I see why /usr/local/lib/qt4 is not added to the link
path. The SCons Qt4 plugin that we use does not support BSD.

On Tue, Feb 26, 2013 at 4:07 PM, RJ Ryan <email address hidden> wrote:

> -lQtCore is the linker flag which means "look for libQtCore in the library
> path" so there's no problem there. It looks like /usr/local/lib/qt4/ is not
> on the linker path in that command -- can you try:
>
> export LDFLAGS="-L/usr/local/lib/qt4"
> scons
>
> I see the guessed Qt path is correct, though I'm not sure why it isn't
> being added to the linker path.
>
>
>
>
> On Tue, Feb 26, 2013 at 3:16 PM, Marko Cupać <email address hidden> wrote:
>
>> Hm, what can I say, it is right there in /usr/local/lib/qt4/ (see
>> attached file). However, it is called libQtCore, not lQtCore. Path is
>> guessed fine as seen in previous scons output attachment.
>>
>> ** Attachment added: "qt4dir"
>>
>> https://bugs.launchpad.net/mixxx/+bug/1085955/+attachment/3548121/+files/lsqtdir
>>
>> --
>> You received this bug notification because you are a member of Mixxx
>> Development Team, which is subscribed to Mixxx.
>> https://bugs.launchpad.net/bugs/1085955
>>
>> Title:
>> segmentation fault on FreeBSD 8.3-RELEASE-p5 amd64
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/mixxx/+bug/1085955/+subscriptions
>>
>
>