On Mon, 14 Aug 2000, John Levon wrote:
>
> Why does the build process make libraries for each directory ?
>
> This makes the build *huge* - breaks my quota, so I have to compile in
> /tmp which is annoying when you change machines a lot
>
> can I turn this off ?
>
> thanks
> john
>
> --
> "Having Outlook security problems so frequently that they start to blur together is
>a dangerous thing."
> - hackernews
>
John,
If you don't need to gdb your sources, you can configure the compilation
not to write debug information to the binaries.
Do "setenv CXXFLAGS -O" (for csh), and then rerun configure.
Lior.