[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Question about build process
From: |
Chris Chabot |
Subject: |
Re: [Devel] Question about build process |
Date: |
05 Dec 2001 02:24:38 +0100 |
The problem was not anything crashing, but the build envirioment not
recognising the envirioment was not 'ansi' but 'unix'..
once i randomly out of despiration tried :
make setup unix CFG="--prefix=/usr"
everything worked... configure script was run, full freetype compiled...
presto.
Maybe this is something worth putting in the build faq ?
(if make setup doesnt run the configure script, specify "make setup
unix")
i think it failed cause i tried to compile it on a non standard distro
who's marchtype is set to 'i686-pc-gnu-linux' (which is default if u
build ur own stuff from the gnu toolset)
anyways, thats just speculation ;-)
-- Chris
On Tue, 2001-12-04 at 17:19, Werner LEMBERG wrote:
>
> > 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