Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_linux_programming thread: Can't compile QT


Message #1 by millward@m... on Thu, 4 Oct 2001 22:54:11
 Exellent! Compiles real good ! Thanks!

On October  6, 2001 01:10 am, you wrote:
> hi friends,
>
> i want to make it more clear.
> even if path is not working, first check out where
> QT include files and lib iles are installed in the
> system. after u did so check out the following
> compilation
> explicitly.so try this ..
>
> $g++ filename.cpp -o filename
> -I/usr/lib/qt-2.2.0/include -L/usr/lib/qt-2.2.0/lib
> -lqt
>
> $./filename
>
> : ) this should work out , if not please let me know.
>
> ok bye 4 now
>
> kishore.
>


  Return to Index