On Wed, 17 Feb 1999, Brant Wells wrote:
> I'm trying to write some QT apps, just really toying around with C++, 
> but when I try to compile ANY of the QT apps, using the command line:
> 
> g++ -I/usr/local/qt/include -L/usr/X11R6 -lqt filename.CC
> 
> I get an error message about a whole bunch of undefined references...
> 

Post the exact error message. First rule of asking for help.

Then people will readily recognize which library the missing symbols are
in.

Havoc

Reply via email to