profiling on win32

"Merlin Moncure" <[email protected]> Tue, 23 Aug 2005 14:47:55 -0400
Newsgroups gmane.comp.db.postgresql.devel.win32
Message-ID <[email protected]>
has andbody managed to get profiling working on windows?  I'm hacking
the makefile.global with -pg in CFLAGS the postgres library compiles ok
but the next one fails:

what I am I doing wrong?  libgmon.a is provided with mingw.

Merlin



gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wold-style-definition -Wendif-labels
-fno-strict-aliasing -pg  -I../../../../../../src/include
-I./src/include/port/win32 -DEXEC_BACKEND
"-I../../../../../../src/include/port/win32"  -c -o ascii_and_mic.o
ascii_and_mic.c
dlltool --export-all  --output-def ascii_and_mic.def ascii_and_mic.o
dllwrap  -o libascii_and_mic.dll --dllname libascii_and_mic.dll  --def
ascii_and_mic.def ascii_and_mic.o -L../../../../../../src/backend
-L../../../../../../src/port -lpostgres=20
ascii_and_mic.o(.text+0x9):ascii_and_mic.c: undefined reference to
`mcount'
ascii_and_mic.o(.text+0x29):ascii_and_mic.c: undefined reference to
`mcount'
ascii_and_mic.o(.text+0x4c):ascii_and_mic.c: undefined reference to
`mcount'
ascii_and_mic.o(.text+0x7c):ascii_and_mic.c: undefined reference to
`mcount'
collect2: ld returned 1 exit status
c:\mingw\bin\dllwrap.exe: c:\mingw\bin\gcc exited with status 1
make[2]: *** [libascii_and_mic.dll] Error 1
make[2]: Leaving directory
`/postgres/pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/postgres/pgsql/src/backend/utils/mb/conversion_procs'
make: *** [all] Error 2


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [email protected] so that your
       message can get through to the mailing list cleanly