Ulrich Hiller wrote:

> Hi,
> again a newbie question, because I still have problems installing
> lyx on solaris.
> Lyx-version: 1.3.3
> qt-x11 version: 3.2.1
> solaris verion: 2.7
> 
> The qt installation was made with
> ./configure -prefix /disk-b/hiller/qt
> make
> make install
> 
> without problems
> 
> Then the lyx installation
> ./configure --prefix=/disk-b/hiller/lyx-1.3.3 --with-x \
> --with-extra-lib=/systools/lib --with-extra-inc=/systools/include \
> --with-frontend=qt

Qt is a library written in C++. This means that you _must_ use the 
same compiler to compile it as you are using to compile lyx. Linkage 
problems such as the ones you have listed typically indicate that 
different compilers are bing used.

Let's reduce the problem somewhat. Try and get the xforms frontend up 
and running first. xforms is written in C, so the problems will not 
arise.

-- 
Angus

Reply via email to