krish wrote:
> 
> Hello everybody,
>         I have qt libraries installed on my machine. Mine is a red hat linux
> 2.0.32. If I need to run a binary compiled using qt libraries on any
> other machine(say kernel 2.0.29) on which qt libraries are not
> installed, then what should I do
>  OR
> is it possible to make a binary that can run on any linux kernel, the
> way I get netscape.
> Thanks
> Bye
> Krishna

Hello ,

statically link your program against the libraries it needs , the --static
loader option of gcc or ld ( if i remember well ).
Your program will be bigger but likely to be faster.
Bye
---
<http://perso.wanadoo.fr/patrick.davalan/>

Reply via email to