Re: Re :Problem with Compiling C function
"Reini Urban" <[email protected]> Mon, 14 Jan 2008 19:18:16 -0500
| Newsgroups | gmane.comp.db.postgresql.cygwin |
|---|---|
| Message-ID | <[email protected]> |
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.
---------------------------(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