View Single Post
  #4  
Old 01-13-2010, 08:19 PM
NiteWave NiteWave is online now
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
>Is there any way to create binaries that work for all distributions?

No, clearly

>Because I have a shared web hosting and have no direct access to compile

can you try
Code:
gcc -o a.cgi a.c
to create your own a.cgi. maybe most shared web hosting provide gcc nowadays?
Reply With Quote