Hi,

APR-UTIL's configure script sets 'LDADD_dbd_pgsql' to
      "$pgsql_LDFLAGS -lpq $pgsql_LIBS" (pgsql_LIBS = `pg_config --libs`)
whereas PostgresSQL README (src/port/README) says
   "For applications, we use -lpgport before -lpq, so the static files
   from libpgport are linked first."

In that case, shouldn't it be set to "$pgsql_LDFLAGS $pgsql_LIBS -lpq" ?


Thanks,
Seema.

Reply via email to