From: Claude Marche MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <16067.33308.356580.296677 at mailhost.lri.fr> Date: Thu, 15 May 2003 14:03:40 +0200 To: lablgtk at kaba.or.jp Cc: Subject: Pb detection of BINDIR in make configure Sender: Claude Marche I'm using ocaml 3.06 debian package, ocaml binaries are in /usr/bin and library is in /usr/lib/ocaml/3.06. The detection of BINDIR in the main Makefile does not work for me: BINDIR = $$\(DESTDIR\)`$(GETLIBDIR) \ | sed -e 's|/lib/[^/]*$$|/bin|' -e 's|/lib$$|/bin|'` because [^/]* do not match ocaml/3.06 I suggest to replace that line by BINDIR = $$\(DESTDIR\)`$(GETLIBDIR) \ | sed -e 's|/lib/.*$$|/bin|' -e 's|/lib$$|/bin|'` - Claude -- | Claude Marché | mailto:Claude.Marche@lri.fr | | LRI - Bât. 490 | http://www.lri.fr/~marche/ | | Université de Paris-Sud | phoneto: +33 1 69 15 64 85 | | F-91405 ORSAY Cedex | faxto: +33 1 69 15 65 86 |