Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> 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
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to