[ptx] makedepend last about 10 to 15 minutes during building?
Douglas Wilkins
douglasw at zahav.net.il
Thu Nov 25 12:05:43 GMT 2004
On Thu, 2004-11-25 at 09:50 -0200, Emmanuel wrote:
> makedepend last about 10 to 15 minutes during building? is it normal?? (with
> 100% CPU)
> the processor is a dothan 1.5 GHz (~almost same speed (~10% longer) than an
> AMD 2400 concerning time compilation of hugin!)
>
> when building rpm
> makedepend -I. -I../include -Wall -O2 -I/usr/lib/wx/include/gtk2-2.5
> -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
> -DWX_PRECOMP -DNO_GCC_PRAGMA -I/usr/include/gtk-2.0
> -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0
> -I/usr/include/pango-1.0 -I/usr/include/freetype2
> -I/usr/include/freetype2/freetype2 -I/usr/include/freetype2/freetype2/config
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../ -I../foreign
> -p .obj/ -DDEPEND -f- *.cpp > Makefile.depend 2>/dev/null
>
> or even when doing a simple ./configure;make
>
> Emmanuel.
First a disclaimer: makedepend is only used in the old build system, new
build uses gcc to calculate dependencies. You might want to think about
updating to latest CVS :-)
Having said that, makedepend _does_ take a loooong time to run. Try it
on a PII 266 Mhz sometime :-) One of the reasons I started to update the
build system. The other was that makedepend, which is part of X11, was
difficult/impossible to find for mingw/msys
regards,
Doug
More information about the ptX
mailing list