Re: Re :Problem with Compiling C function

From: "Reini Urban" <rurban(at)x-ray(dot)at>
To: "Maciej Grygorcewicz" <maciekgrygorcewicz(at)gmail(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Re :Problem with Compiling C function
Date: 2008-01-15 00:18:16
Message-ID: 6910a60801141618p657441ey605cc700a3daa0bb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

2008/1/14, Maciej Grygorcewicz :
> 2008/1/9, Maciej Grygorcewicz :
> >> But linker threw such errors:
> > >"
> >> Unresolved External: _pgwin32_fopen referended from .... // and so on
> > >Unresolved External: _pg_sprintfl referended from .... // and so on "
> >>
> >> Why???? I have included postgres.h , and all other required files .
>
> >-lpgport is needed.
>
> Thanks for the response. But I have few questions
> Is this a compiler / linker switch . Can I turn it on on Builder . or have I
> to use gcc or g++??

We only support the gnu compiler on cygwin. I don't know builder.
Better ask at the -win32 list.

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message mohan namadhari 2008-02-01 01:36:50 Compiler Error - postgress make on mingw for win32
Previous Message Maciej Grygorcewicz 2008-01-14 22:26:21 Re :Problem with Compiling C function