[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Question about build process
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Question about build process |
Date: |
Tue, 04 Dec 2001 17:19:31 +0100 (CET) |
> ok, i think i am loosing my mind... i am trying to build freetype 2.0.5
> on a machine, and as always do make setup CFG="--prefix=/usr"
>
> however, it does _not_ run the ./build/unix/configure script (!)
Which version(s) of GNU make do you use?
> (ps, they all run redhat 7.2)
Hmm, if everything fails, I suggest that you try to call `make -d -r
...', checking the output. Another possibility to investigate the
problem is to say `strace -o logfile -ff -F make ...', checking which
programs are run and which not.
Werner