Re: problems trying to compile qt example from tutorial

1998-02-13 Thread Scott Ellis
You're missing -lqt so that the library actually gets linked. On Fri, 13 Feb 1998, Luiz Otavio L. Zorzella wrote: > I installed qt1g-dev (and qt1g) in my system, but when I try to compile > the first example from the tutorial, I get the message: > > g++ hello.C -o hello > hello.C:9: qapp.h

problems trying to compile qt example from tutorial

1998-02-13 Thread Luiz Otavio L. Zorzella
Hi, I installed qt1g-dev (and qt1g) in my system, but when I try to compile the first example from the tutorial, I get the message: g++ hello.C -o hello hello.C:9: qapp.h: No such file or directory hello.C:10: qpushbt.h: No such file or directory make: *** [hello] Error 1 Wasn't the insta