No, ldd is correct and you did link it dynamically. You'll need to
make sure that it ONLY links to the static version, which may require
uninstalling the dynamic Qxt libraries or manually linking directly to
the .a files instead of using the QXT .pro variable.
/s/ Adam
On Tue, Oct 20, 2009 at 8:11 PM, Alex Grilo
<abg...@gm...> wrote:
> But if I take to another computer which has no qxt installed, will it run?
>
> On Tue, Oct 20, 2009 at 5:46 PM, Coda Highland <chi...@gm...> wrote:
>>
>> Do you still have the dynamic version installed? ld prefers dynamic
>> libraries over static libraries when available.
>>
>> /s/ Adam
>>
>> On Tue, Oct 20, 2009 at 2:24 PM, Alex Grilo
>> <abg...@gm...> wrote:
>> > Hi,
>> > I'm trying to install Qxt with static linkage so I did the commands
>> > ./configure -static -no-db
>> > make
>> > make install
>> >
>> >
>> > After that, I include the CONFIG += qxt static in my project file. But
>> > after
>> > I compile, I see with ldd that qxt libraries are still dynamically
>> > linked.
>> >
>> > Could someone help me?
>> >
>> > Thanks
>> >
>> > Alex
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> > is the only developer event you need to attend this year. Jumpstart your
>> > developing skills, take BlackBerry mobile applications to market and
>> > stay
>> > ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> > http://p.sf.net/sfu/devconference
>> > _______________________________________________
>> > Libqxt-discussion mailing list
>> > Lib...@li...
>> > https://lists.sourceforge.net/lists/listinfo/libqxt-discussion
>> >
>> >
>
>
|