Re: [NOVICE] configuring psqlodbc-08.03.0100
am 17.02.2008 07:06:39 von Tom LaneBrent Austin
> I applied " export PG_CONFIG=/path/to/pg_config"
> and now I get this error:
> checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile
> See `config.log' for more details.
I think you took me a bit too literally: you have to provide the actual
directory path to wherever pg_config is. (It'd likely be a good idea
for psqlodbc's configure script to check whether it's been given a valid
file path, rather than just taking it on faith and failing in strange
ways later...)
regards, tom lane
---------------------------(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