[fpc-pascal] gprof win32

2006-04-17 Thread Пётр Косаревский
How can one use gprof under win32? While it is possible to download one or another gprof, fpc reports linking error: ld.exe: cannot find -lc. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] gprof win32

2006-04-17 Thread Peter Vreman
At 09:54 17-4-2006, you wrote: How can one use gprof under win32? While it is possible to download one or another gprof, fpc reports linking error: ld.exe: cannot find -lc. gprof only works under cygwin Peter ___ fpc-pascal maillist -

Re[2]: [fpc-pascal] gprof win32

2006-04-17 Thread Пётр Косаревский
At 09:54 17-4-2006, you wrote: How can one use gprof under win32? While it is possible to download one or another gprof, fpc reports linking error: ld.exe: cannot find -lc. gprof only works under cygwin Peter Is there any common way of profiling under win32 with freepascal? (One way is

Re[2]: [fpc-pascal] gprof win32

2006-04-17 Thread Peter Vreman
At 10:04 17-4-2006, you wrote: At 09:54 17-4-2006, you wrote: How can one use gprof under win32? While it is possible to download one or another gprof, fpc reports linking error: ld.exe: cannot find -lc. gprof only works under cygwin Peter Is there any common way of profiling under

Re[3]: [fpc-pascal] gprof win32

2006-04-17 Thread Пётр Косаревский
While it is possible to download one or another gprof, fpc reports linking error: ld.exe: cannot find -lc. gprof only works under cygwin Peter Is there any common way of profiling under win32 with freepascal? (One way is obvious: getting timestamps before/after long procedures,

Re: [fpc-pascal] gprof win32

2006-04-17 Thread Krishna
On 4/17/06, Peter Vreman [EMAIL PROTECTED] wrote: At 09:54 17-4-2006, you wrote: How can one use gprof under win32? While it is possible to download one or another gprof, fpc reports linking error: ld.exe: cannot find -lc. gprof only works under cygwin I recently used it under MingW. The