| From: | Reini Urban <rurban(at)x-ray(dot)at> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: latest cygwin build failure |
| Date: | 2004-11-08 17:44:12 |
| Message-ID: | 418FB06C.9060707@x-ray.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Andrew Dunstan schrieb:
>
> with CVS tip in contrib/spi:
>
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels
> -fno-strict-aliasing -DREFINT_VERBOSE -I. -I../../src/include -c -o
> timetravel.o timetravel.c
> dlltool --export-all --output-def timetravel.def timetravel.o
> dllwrap -o timetravel.dll --def timetravel.def timetravel.o
> ../../src/utils/dllinit.o -L../../src/backend -lpostgres
> timetravel.o(.text+0x10cb):timetravel.c: undefined reference to
> `_pg_strcasecmp'
> collect2: ld returned 1 exit status
> dllwrap: gcc exited with status 1
> make[1]: *** [timetravel.dll] Error 1
> rm refint.o autoinc.o timetravel.o moddatetime.o insert_username.o
> make[1]: Leaving directory
> `/home/adunstan/pgbf/root/HEAD/pgsql.blurfl/contrib/spi'
This was addressed in my patch I sent.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
| Attachment | Content-Type | Size |
|---|---|---|
| cygwin1.patch | text/plain | 5.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jan Wieck | 2004-11-08 17:56:57 | Re: View pg_stat_activity slow to get up to date |
| Previous Message | Anand Kumria | 2004-11-08 17:18:56 | Re: [PATCHES] CVS should die |