>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>> Isn't it enough to just define QTDIR? Angus> But I'm not 'exporting' QTDIR, I'm passing it to the configure Angus> script in a format it will understand and *store*. Thereafter, Angus> I can run make at my leisure without worrying whether QTDIR is Angus> set or not. Angus> Or do I miss something? No, you don't. We could add AC_ARG_VAR(QTDIR, [Qt directory]) so that the contents of QTDIR is kept, but this is maybe overkill. >> Did you succeed with static linking? Angus> Nope. Haven't tried. Angus> Do I need to re-compile (witness the QT_DIR, Angus> __declspec(dllimport) discussion) or can I just redo the Angus> linking step? If the latter, what flags should I pass to the Angus> compiler to link against libqt.a rather than qt3.dll? Do Michael's explanation there help? http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg76978.html JMarc