Re: Revert addition of -lpgport, which breaks the build

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Revert addition of -lpgport, which breaks the build
Дата
Msg-id 200405211833.i4LIXjV15132@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Revert addition of -lpgport, which breaks the build  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Revert addition of -lpgport, which breaks the build  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > I modified to code so only Win32 will do it.
>
> I think Neil's point is that it fails on OSX as well.  Really we have to
> do this the way libpq does, namely pull out the specific files it needs
> and recompile those with the correct shared-library-compatible CFLAGS.

Oh, that one?  Yea, I see your point. I thought you meant this from
libpq:

    ifeq ($(PORTNAME), win32)
    OBJS+=win32.o
    endif

Now I realize we are making a library and has to use the same flags.

I will make the separate build change when I return on Sunday.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Probably need sys/time.h here too to be safe.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Put path configuration information into a .h file instead