ecpg build now breaks mingw - Mailing list pgsql-hackers

From Andrew Dunstan
Subject ecpg build now breaks mingw
Date
Msg-id 47055528.2010100@dunslane.net
Whole thread Raw
Responses Re: ecpg build now breaks mingw
List pgsql-hackers
dllwrap  -o libecpg.dll --dllname libecpg.dll  --def libecpgdll.def execute.o typename.o descriptor.o data.o error.o
prepare.omemory.o connect.o misc.o path.o strlcpy.o snprintf.o -L../pgtypeslib -L../../../../src/interfaces/libpq
-L../../../../src/port-L/mingw/lib -lpgtypes -lpq -lm -lshfolder 
 
path.o(.text+0x741): In function `get_progname':
C:/msys/1.0/local/pgbuildfarm/buildroot/HEAD/pgsql.836/src/interfaces/ecpg/ecpglib/path.c:413: undefined reference to
`pg_strcasecmp'
c:\MinGW\bin\dllwrap.exe: c:\MinGW\bin\gcc exited with status 1

I presume that this symbol was previously exported by the pgtypes lib but now we have an explicit exports list is no
longer.

Is it just a matter of adding a line to the exports.txt file?

cheers

andrew




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Connection Pools and DISCARD ALL
Next
From: Tom Lane
Date:
Subject: Re: Connection Pools and DISCARD ALL