Re: configure: readlink problem

2006-06-05 Thread Karl Hammar
Karl Hammar schreef: Since configure does not test for readlink it is perhaps a bad choise, the alternative would be to use a shell or python script or if someone comes up with a good way to find the afm files. we rely on python anyway, so I'm all for a Python based solution.

Re: configure: readlink problem

2006-06-05 Thread Karl Hammar
[EMAIL PROTECTED]: Karl Hammar schreef: Since configure does not test for readlink it is perhaps a bad choise, the alternative would be to use a shell or python script or if someone comes up with a good way to find the afm files. we rely on python anyway, so I'm all for a

Re: configure: readlink problem

2006-06-05 Thread Johannes Schindelin
Hi, On Mon, 5 Jun 2006, Karl Hammar wrote: 2. It requires python = 2.2. One could put the python version check elsewhere. No problem. We need subprocess.py anyway (which comes with python 2.4, but works also with 2.3, but not with 2.2 IIRC). Ciao, Dscho

Re: configure: readlink problem

2006-06-04 Thread Karl Hammar
Hi, I'm trying to build lilypond on freebsd 6.1, mostly on a whim. ./configure complains that ... readlink: illegal option -- f usage: readlink [-n] [file ...] ... This is called in only one place, if test $FCMATCH != ; then for style in Roman Italic Bold Italic Bold; do

Re: configure: readlink problem

2006-06-04 Thread Graham Percival
On 4-Jun-06, at 12:48 PM, Karl Hammar wrote: I'm trying to build lilypond on freebsd 6.1, mostly on a whim. ./configure complains that ... readlink: illegal option -- f usage: readlink [-n] [file ...] ... The -f option tells readlink to rekursively resolv all links and find the file which

Re: configure: readlink problem

2006-06-04 Thread Matthias Kilian
On Sun, Jun 04, 2006 at 02:26:22PM -0700, Graham Percival wrote: The -f option tells readlink to rekursively resolv all links and find the file which the link finally points to. Without the -f readlink just just gives you what this link points to. Hmm. FreeBSD's readlink doesn't have any

Re: configure: readlink problem

2006-06-04 Thread Han-Wen Nienhuys
Karl Hammar schreef: Since configure does not test for readlink it is perhaps a bad choise, the alternative would be to use a shell or python script or if someone comes up with a good way to find the afm files. we rely on python anyway, so I'm all for a Python based solution. Patch? --

configure: readlink problem

2006-06-03 Thread Graham Percival
Hi, I'm trying to build lilypond on freebsd 6.1, mostly on a whim. ./configure complains that ... readlink: illegal option -- f usage: readlink [-n] [file ...] ... This is called in only one place, if test $FCMATCH != ; then for style in Roman Italic Bold Italic Bold; do