Mailing List Archive



Back to the month index Back to the list index

David J. Hughes (bambi@Hughes.com.au)
Tue, 13 Apr 1999 22:14:31 +1000 (EST)


Date: Tue, 13 Apr 1999 22:14:31 +1000 (EST)
From: "David J. Hughes" <bambi@Hughes.com.au>
Subject: Re: Recompile only w3-msql
Message-ID: <Pine.BSF.3.96.990413221317.485B-100000@fawn.Hughes.com.au>

On Tue, 13 Apr 1999, Juan Ildefonso Núñez Pérez wrote:

> I need to recompile only th w3-msql cgi, cause only the web server
> has been modified in my university from a Solaris machine to a Linux
> one. What should I do to get a new Linux executable w3-msql whithout
> recompiling all the msql package.?

If you can't hang around for a complete rebuild (which I must admit only
takes couple of minutes on our hardare here), do the following from your
taget directory

        cd lang-common
        make clean
        cd ../w3-msql
        make clean
        cd ..
        make

Bambi
...