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

Re: Qt app compilation problems



guy keren wrote:
> 
> 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

My Qt is fully compiled with gcc/g++ 2.7.2.3, and in fact just to
be safe I've downloaded the new Qt 1.41 and compiled it, same problem.

I can link C++ programs. Also, I can run dynamically linked binaries
that use Qt, as long as they weren't compiled on my box.