bug-lilypond
[Top][All Lists]
Advanced

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

Re: configure bug?


From: Geoffrey Lassner
Subject: Re: configure bug?
Date: Sat, 17 Aug 2002 22:13:25 -0600

> Geoffrey Lassner <address@hidden> writes:
> 
> Hi Geoffrey,
> 
> >     I am not a compiling guru by any means but I do not believe
> > that /usr/local is preferred:
> >
> > % cd /tmp
> > % echo '#include <foo>' > foo.c
> > % cc -v -c foo.c
> > #include "..." search starts here:
> > #include <...> search starts here:
> >  /usr/include
> >  /usr/include
> 
> Indeed, it isn't.  Probably, you should file a bug report to your gcc
> package maintainer.  Here's what I get (Debian GNU/Linux unstable):
> 
>     GNU CPP version 2.95.4 20011002 (Debian prerelease) (i386 Linux/ELF)
>     #include "..." search starts here:
>     #include <...> search starts here:
>      /usr/local/include
>      /usr/lib/gcc-lib/i386-linux/2.95.4/include
>      /usr/include
>     End of search list.

Jan,

        I talked to one of the FreeBSD core team members about
default search path with gcc and he explained some of it to me;
unfortunately it is somewhat of a 'holy war' type of issue so it
does not sound like anything will change any time soon.

So in the meantime I guess I will stick to this method: 
CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib' ./configure

I know you guys have bigger problems to work on for lilypond but 
if the configure script could pick this up without having to define
these variables that would be awesome.

Also one other thing that would possibly a nice thing to have
is for the configure script to check for the python binary as
python2.1 or python1.5 and use the most appropriate one (for 
those of use who have more than one version installed).  The 
python binary named python1.5 (or python2.1 etc.) is done 
with the FreeBSD packages so I am not just making this up :)

If you want me to test something please let me know.

Thanks,
Geoffrey




reply via email to

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