frank wrote: > Dear Sir: > > After complied my postgresql-7.4.2 with the RH-linux9 operation > system, > > there showed a problem on my configure.log as the file below with > bold type word, . > . > . > configure: failed program was: > #ifndef __cplusplus > choke me > #endif
As long as PostgreSQL compiles successfully, you do not have to worry about the details of the configure tests. In particular, not every occurrence of "failed" in config.log indicates a failure. If there is an error, configure will tell you about it explicitly. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match