From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Roberto Mello <rmello(at)cc(dot)usu(dot)edu> |
Cc: | Josh Berkus <josh(at)agliodbs(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Increasing MAX_ARGS |
Date: | 2001-11-11 15:39:48 |
Message-ID: | Pine.LNX.4.30.0111111318410.647-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Roberto Mello writes:
> > To compile and install postgres, I did both ./configure --enable-depend
> > and make clean.
>
> I think the make clean takes care of enabling dependencies, so the
> --enable-depend would be redundant (/me thinks).
No, make clean removes the dependency information. What --enable-depend
does is to compute the dependencies of *.o files while the file is
compiled the first time. Then, if you change one of the dependencies and
run make a second time, it will notice the changed dependencies and
recompile. (Otherwise, nothing might happen or only a subset of the files
will be recompiled, one of which happened to Josh.) Theoretically, this
should be the default, but it makes the build rather slow and most people
don't need it.
--
Peter Eisentraut peter_e(at)gmx(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Sharmad Naik | 2001-11-11 15:43:15 | Re: error in postgresql |
Previous Message | Masaru Sugawara | 2001-11-10 15:11:53 | Re: Single VIEW, Everybody JOIN! |