[fpc-devel] profiling under windows

JoshyFun joshyfun at gmail.com
Fri Nov 20 13:14:00 CET 2009


Hello Vincent,

Friday, November 20, 2009, 8:30:49 AM, you wrote:

>> pp.pas(224,1) Error: Import library not found for c
>> pp.pas(224,1) Error: Import library not found for gmon
>> pp.pas(224,1) Error: Import library not found for cygwin
>> pp.pas(224,1) Error: Import library not found for user32
>> pp.pas(224,1) Error: Import library not found for kernel32
>> pp.pas(224,1) Error: Import library not found for gcc
VS> I have those files in c:\cygwin\lib. I don't know anymore what cygwin packages I
VS> installed to get them.
VS> Last time I tried (a couple of months ago), I could compile Lazarus with profiling
VS> info, but the gprof output file remained empty, IIRC.

I had used it one year ago for a project and I had to install mingw32
and cygwin and add the libs paths to the "other library" of the
project. This is my search path for that project, maybe it helps:

C:\cygwin\bin\;C:\cygwin\lib\;C:\Mingw\lib\;C:\Mingw\lib\gcc\mingw32\3.4.5\

Obviously one of them is not needed ;)

-- 
Best regards,
 JoshyFun




More information about the fpc-devel mailing list