QT1.42 Errors....

1999-02-18 Thread Brant Wells
Howdy Y'all: 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... Can anyone

Re: QT1.42 Errors....

1999-02-18 Thread Peter Berlau
On Wed, Feb 17, 1999 at 03:42:51PM -0800, Brant Wells wrote: Howdy Y'all: 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 Hi Brant, You

QT1.42 Errors....

1999-02-17 Thread Brant Wells
Howdy Y'all: 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... Can anyone

Re: QT1.42 Errors....

1999-02-17 Thread Havoc Pennington
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