trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: November 2016

Re: Struggling with "C++ GUI Programming with Qt 3"

From: deloptes <deloptes@...>
Date: Mon, 28 Nov 2016 20:52:56 +0100
Leslie Turriff wrote:

> g++ -luuid -o Tutorial1
> main.o � �-L/usr/lib64 -L/usr/lib64 -L/usr/X11R6/lib64 -luuid -ltqt -lXext
> -lX11 -lm

Add link to tqt-mt lib 

g++ ... -lX11 -lm -ltqt-mt


It is called the linker not the loader btw.

regards