octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Freetype font warning


From: Doug Stewart
Subject: Re: Freetype font warning
Date: Sat, 22 Jan 2011 12:12:48 -0500



2011/1/22 Jordi Gutiérrez Hermoso <address@hidden>
On 22 January 2011 10:29, Ben Abbott <address@hidden> wrote:
> On Jan 22, 2011, at 11:17 AM, Doug Stewart <address@hidden> wrote:

>> Sorry for such a dumb question -- where do I find config.log

> It's in the root directory of your mercurial archive.

Or more generally your the root of your build directory. Some of us do
out-of-source builds. :-)

- Jordi G. H.



I can't see it or find it with "find"

So here is what I do:

I have one folder called home/octave-dev/main where I keep it synchronized with the source on the web.

I then copy this to a folder called home/octave-dev/compiling

 I then run this script from home/octave-dev/compiling/octave

#!/bin/bash
./autogen.sh
./configure --enable-shared --disable-static --prefix=$HOME/octace_dev1/
make
make check
exit 0

I then  later if I want it I do a make install

and this puts it in
home/octave-dev1/ etc

I have looked under home/octave-dev1   and under home/octave-dev/compiling
and I don't see configure.log   ?????

Doug

reply via email to

[Prev in Thread] Current Thread [Next in Thread]