Jeremy Drake wrote: > The intel C compiler for linux emulates gcc > by default, which means it defines that and looks very much like gcc > to configure. However, it does not get along with the added -W flags > very well. They don't seem to kill it, but some of them give > warnings about unsupported command line options and others produce > insane amounts of output from the compiler.
Details please. Which options are unsupported and what happens if you use them? -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match