mplayer mingw gprof
"Anatoli Marinov" <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Hi mates, Is it possible to use --enable-profile (and respectively gprof for profiling) with mingw. I've tried it but in this case my configuration procedure fails : $ ./build.sh cfg-p4 ./configure --enable-mmx --enable-mmxext --enable-sse --enable-sse2 --prefix=./mplayer_root --bindir=./mplayer_root --datadir=./share --mandir=./man --confdir=./conf --libdir=./lib --codecsdir=./codecs --win32codecsdir=./win32 --disable-gui --disable-menu --disable-bitmap-font --enable-largefiles --enable-static --disable-pthreads --disable-mencoder --disable-mga --enable-profile Detected operating system: MINGW32 Detected host architecture: i386 Checking for cc version ... not found Checking for gcc version ... 4.2.0, ok Checking for host cc ... gcc Checking for cross compilation ... no Checking for CPU vendor ... GenuineIntel (15:4:3) Checking for CPU type ... Intel(R) Pentium(R) 4 CPU 3.00GHz Checking for kernel support of cmov ... yes Checking for mtrr support ... yes Checking for GCC & CPU optimization abilities ... prescott Checking for assembler support of -pipe option ... yes Checking for compiler support of named assembler arguments ... yes Checking for assembler (c:/mingw/bin/../lib/gcc/mingw32/4.2.0/../../../../mingw32/bin/as.exe 2.17.50) ... ok Checking for .align is a power of two ... no Checking for extra headers ... none Checking for extra libs ... -lwinmm Checking for -lposix ... no Checking for -lm ... no Checking for langinfo ... no Checking for language ... using en (man pages: en ) Checking for enable sighandler ... yes Checking for runtime cpudetection ... no Checking for restrict keyword ... none Checking for __builtin_expect ... no Checking for kstat ... no Checking for posix4 ... no Checking for lrintf ... no Checking for mkstemp ... no Checking for nanosleep ... no Checking for socklib ... no Checking for inet_pton() ... no (trying inet_aton next) Checking for inet_aton() ... no (network support disabled) Checking for network ... no Checking for inttypes.h (required) ... no Checking for bitypes.h (inttypes.h predecessor) ... Error: Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html). Check "configure.log" if you do not understand why it failed. As I see there is a problem with missing header in my mingw environment. I am searching for them but in general is it possible to use this option with mingw? Best Wishesh Anatoli Marinov