[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Qt app compilation problems




On Sat, 3 Oct 1998, Koby Kahane wrote:

> Unresolved symbol __pure_virtual

just a wild guess: it might be that the qt you have was not fully compiled
using g++? perhaps you compiled it first with egcs, then put in the g++
package, and compiled qt again without first removing the old copy? and
doing a 'make clean' in the source directory?

another question: can you compile and link _any_ c++ program?

guy